Re: dlq handling stops activemq from starting?

2012-05-29 Thread Christopher Wood
Thank you, that worked for me. On Tue, May 29, 2012 at 09:12:02AM +0200, Torsten Mielke wrote: > Hello, > > Simply swap the order of and . > The broker config likes to have entries in alphabetical orders right now. > > So use: > > > > > > >

Re: dlq handling stops activemq from starting?

2012-05-29 Thread Torsten Mielke
Hello, Simply swap the order of and . The broker config likes to have entries in alphabetical orders right now. So use: and your broker should star

Re: DLQ Handling

2010-05-25 Thread Gary Tully
Redelivery does intentionally block the queue to maintain order and when messages are sent to the dlq, they do indeed stay there. You can check out a camel based solution to redelivery processing from https://issues.apache.org/activemq/browse/AMQ-2710 (see the subversion commit tab to see the sour