Hi!
I use AMQ 5.1.0 and I have following situation:
JMS consumer can reveice JMS-messages and processes it for some time
(for example, more than 1 sec).
For testing I send few messages in a short time (5 messages per 1 second).
I see in AMQ console (http://localhost:8161/admin/queues.jsp): consumer
accepted 1 message, and other messages is redirected to ActiveMQ.DLQ queue.
I would to have foolowing behaviour:
JMS consumer accepts all messages and no one message is delivered to
ActiveMQ.DLQ.
How can I achive it?
I read http://activemq.apache.org/redelivery-policy.html, but I could
not achive required result.
Probably it is because of I'm beginner in using AMQ and I don't know for
now a lot of things around AMQ and JMS...
Thanks in advance,
Ivan Pryvalov.