You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Lamyrtee <lb...@gmail.com> on 2016/03/04 11:48:04 UTC

Re: ActiveMQ DLQ Handling

Hello,

I'm encountouring the same problem you. I configurated activemq like:

<policyEntry queue=">">
                     <deadLetterStrategy>
                        <individualDeadLetterStrategy queuePrefix="DLQ."
useQueueForQueueMessages="true" />
                     </deadLetterStrategy>
                  </policyEntry>

But still when i try to have some failing messages the messages are sent to
"ActiveMQ.DLQ" by default and not to the individual dead letter queues.

Did you find a solution to this problem? what can i do to solve it?

Thanks you in advance.

LaMyrtee



--
View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-DLQ-Handling-tp4625527p4708860.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.