I'm using camel to consume messages from an ActiveMQ queue. We don't want automatic redeliveries, so I've set MaximumRedeliveries on the activemq connection to 0 (by setting a RedeliveryPolicy on ActiveMQConnectionFactory).
This works except that occasionally a message is now moved to the DLQ without a clear cause. There is nothing in the camel or ActiveMQ logs. The dlqDeliveryFailureCause property is set to "java.lang.Throwable: dispatch to ... exceeds redelivery policy limit...", but I can't see the underlying cause for redelivery. How can I see what's happening here? Thanks. Gijsbert -- View this message in context: http://activemq.2283324.n4.nabble.com/Message-is-moved-to-DLQ-without-clear-cause-tp4689889.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.