You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by ChicagoBob123 <bo...@bobfx.com> on 2010/09/23 15:44:05 UTC

ActiveMQ.DLQ created when JMSTimeToLive added.

Why is this queue created to hold messages that have timed out?  Is there a
way to avoid this?
Thanks,
Bob
-- 
View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-DLQ-created-when-JMSTimeToLive-added-tp2552063p2552063.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ.DLQ created when JMSTimeToLive added.

Posted by "Martin C." <ma...@gmx.at>.
Hi,

On Thu, Sep 23, 2010 at 3:44 PM, ChicagoBob123 <bo...@bobfx.com> wrote:
>
> Why is this queue created to hold messages that have timed out?  Is there a
> way to avoid this?

Please have a look at
http://activemq.apache.org/message-redelivery-and-dlq-handling.html,
especially at the section "Automatically Discard Expired Messages".

By default, non-persistent messages are also not sent to a
dead-letter-queue (can be changed in configuration).

Best regards,
Martin