Quinn Stevenson created CAMEL-10511:
---------------------------------------
Summary: MllpTcpClientProducer should read all available bytes in
TCP buffer for acknowledgment
Key: CAMEL-10511
URL: https://issues.apache.org/jira/browse/CAMEL-10511
Project: Camel
Issue Type: Bug
Components: camel-mllp
Affects Versions: 2.17.0
Reporter: Quinn Stevenson
Assignee: Quinn Stevenson
Priority: Minor
The MllpClientProducer currently reads the TCP buffer until it receives the
proper closing frame characters for the MLLP envelope.
This turned out to be a problem with a certain MLLP Server, which under certain
circumstances would send double MLLP acknowledgments. As currently written,
the MllpClientProducer will use the old/double/second acknowledgment for the
next message - which may cause erroneous results, but in any case is clearly
wrong.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)