Dear all, There are some descriptions on the web why the CLIENT_ACKNOWLEDGE mode does not work.
Spring Jira https://jira.spring.io/browse/SPR-13255 mentions that it's because the doReceive method of org.springframework.jms.core.JmsTemplate. On the other hand camel Jira https://issues.apache.org/jira/browse/CAMEL-8749 claims that it happens because of commitIfNecessary method of org.springframework.jms.listener.AbstractMessageListenerContainer class. Ok, so the Spring JMS mechanism prevents this setting to work in a default configuration. We need to write some custom code. Is there any live example how to get rid of this problem? The need for having the message acknowledged only when we acknowledge it explicitly seems so common for me that I am really confused that I can not find any concrete example of doing that. Best Regards -- View this message in context: http://camel.465427.n5.nabble.com/ActiveMQ-and-CLIENT-ACKNOWLEDGE-mode-tp5794584.html Sent from the Camel - Users mailing list archive at Nabble.com.