Re: ActiveMQ.DLQ and maxiumRedeliveries

2008-02-29 Thread Datacom - Marcelo
Hi, we are  using active-mq since 4.0.1 and in version 5 we are getting dead queue problems, the weird thing is we do not use queues, we use topic in a publisher subscriber architecture. Our session is NOT transacted and we use auto-acknowledge and never call recover from a session. Here is w

Re: ActiveMQ.DLQ and maxiumRedeliveries

2008-02-28 Thread Anselmo Abadía
Thank you!. Fred D wrote: > > I believe you should set maximumRedeliveries to -1 ... this effectively > defines an infinite number of redeliveries > http://activemq.apache.org/redelivery-policy.html > > You can set this in the activemq.xml config file in the /conf directory if > that is t

Re: ActiveMQ.DLQ and maxiumRedeliveries

2008-02-27 Thread Fred D
I believe you should set maximumRedeliveries to -1 ... this effectively defines an infinite number of redeliveries http://activemq.apache.org/redelivery-policy.html You can set this in the activemq.xml config file in the /conf directory if that is the config you use. You can try the followi