rafaljaw commented on a change in pull request #4552:
URL: https://github.com/apache/camel/pull/4552#discussion_r516442641



##########
File path: 
components/camel-mllp/src/main/java/org/apache/camel/component/mllp/MllpTcpClientProducer.java
##########
@@ -193,7 +194,14 @@ public synchronized void process(Exchange exchange) throws 
MllpException {
                     mllpBuffer.resetSocket(socket);
                 }
             }
-
+            if (getConfiguration().getExchangePattern() == 
ExchangePattern.InOnly) {
+                log.debug("process({}) [{}] - not checking acknowledgement 
from external system",
+                        exchange.getExchangeId(), socket);
+                if (exchange.getException() != null) {
+                    exchange.getException().printStackTrace();

Review comment:
       Sorry, completely forgot to remove this.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to