Re: Howto avoid stranded messages in a network of brokers?

2018-04-25 Thread Dolk
Thank you, excellent!! I apoligise for the doublepost and for not finding this myself. Thanks again. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Howto avoid stranded messages in a network of brokers

2018-04-25 Thread Dolk
AMQ 5.15.3 We have configured AMQ with two brokers clustering via static uri's --- BrokerA config --- ... ... ... -- BrokerB config -- ... ... ... Generally this works great, but there are an edgecase whi

Re: Howto avoid stranded messages in a network of brokers?

2018-04-25 Thread Tim Bain
See the Stuck Messages section of http://activemq.apache.org/networks-of-brokers.html for an explanation of the problem and its solution. Tim On Wed, Apr 25, 2018, 12:15 AM Dolk wrote: > AMQ 5.15.3 > > We have configured AMQ with two brokers clustering via static uri's > --- > Broke

Howto avoid stranded messages in a network of brokers?

2018-04-24 Thread Dolk
AMQ 5.15.3 We have configured AMQ with two brokers clustering via static uri's --- BrokerA config --- ... ... ... -- BrokerB config -- ... ... ... Generally this works great, but there are an edgecase whic