Re: Iterate over non-persistent activemq expired messages in ActiveMQ.Advisory.Expired.Queue

2016-09-26 Thread Tim Bain
>From http://activemq.apache.org/message-redelivery-and-dlq-handling.html: "By default, ActiveMQ will not place undeliverable non-persistent messages on the dead-letter queue." So unless you enable the processNonPersistent option described in that page, you can't. If you do enable that option,

Iterate over non-persistent activemq expired messages in ActiveMQ.Advisory.Expired.Queue

2016-09-21 Thread chetansistla
Hi, Iam building an application on activemq where iam sending a message from producer where my delivery mode is NON_PERSISTENT (*iam not dealing with PERSISTENT delivery mode and i know it will be stored in DLQ-which is not my design*)and have set a time to live for the message using