James.Strachan wrote:
> 
> If you don't want to use DLQs just change the redelivery policy to
> retry forever.
> 

But how? I tried setting maximumRedeliveries to 0 and -1 but both results in
doing no redelivery at all. I grep'ed the code and found only code like

if (redeliveryCounter > redeliveryPolicy.getMaximumRedeliveries()) ...


Best

Oliver

-- 
View this message in context: 
http://www.nabble.com/Random-questions-about-the-dead-letter-queue-tf2460396.html#a6878961
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to