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
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
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