Re: dlqDeliveryFailureCause java.lang.Throwable: duplicate from store for queue

2018-01-17 Thread alainkr
okay thanks ! -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: dlqDeliveryFailureCause java.lang.Throwable: duplicate from store for queue

2018-01-16 Thread Tim Bain
On Jan 12, 2018 7:55 AM, "alainkr" wrote: Hello Tim, Thanks for your reply. I saw that post but it mentions the following issues that don't apply to our setting: - AMQ-4485 fixed in 5.9 I interpreted Gary to mean that this was the cause of, not the fix for, the problem. But I could have misu

Re: dlqDeliveryFailureCause java.lang.Throwable: duplicate from store for queue

2018-01-12 Thread alainkr
Hello Tim, Thanks for your reply. I saw that post but it mentions the following issues that don't apply to our setting: - AMQ-4485 fixed in 5.9 - AMQ-5266 jdbc store which we don't use We're using 5.10.0 : - with no network of brokers. - basic queue's and topics We're planing to use authentica

Re: dlqDeliveryFailureCause java.lang.Throwable: duplicate from store for queue

2018-01-09 Thread Tim Bain
Gary's response in http://activemq.2283324.n4.nabble.com/dlqDeliveryFailureCause-java-lang-Throwable-duplicate-from-store-for-queue-td4691288.html suggests upgrading to 5.11.0 or later (later is better, and at a minimum you should upgrade to the last incidental version within a minor version, so yo

Re: dlqDeliveryFailureCause : java.lang.Throwable: duplicate from store for queue

2015-02-11 Thread Gary Tully
those warnings and the moving of message to the DLQ in 5.9 reflect changes in the broker core that attempt to address duplicate dispatch and skipped dispatch of messages when the cache and the message store get out of sync. In the main it can be avoided by disabling the cache but the best approach