>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, he
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
producer.setT