Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
The camel-mllp component checks for load balancer probes by using a slightly different Runnable for processing the first message. This runnable uses a short receiveTimeout as is should. However, it should use the configured readTimeout. Failure to use this configured timeout causes large messages to fail when they are the first messages received on the TCP Socket, and the camel-mllp component subsequently resets the TCP connection - so messages can never flow.