Hi,

looking at http://activemq.apache.org/message-redelivery-and-dlq-handling.html
it is possible to discard expired messages using a deadletterstrategy.

         <deadLetterStrategy>
           <sharedDeadLetterStrategy processExpired="false" />
         </deadLetterStrategy>

Is it possible to do the same without changing the ActiveMQ
configuration using only the JMS properties. Ik would like to create
messages that survive restarts of activeMQ and are redelivered after
consumer errors, but that are deleted from the system (without going
to a DLQ) after expiry. I don't have access to the activeMQ
configuration.

Regards,
Leen

Reply via email to