Vadim Pesochinsky wrote: > You do not need to set it up, if queue does not exist when you connect to it, > it will be created. I think by default the <sharedDeadLetterStrategy> is > used, i.e. all expired messages from all queues go to the same ActiveMQ.DLQ > queue.
The individual strategy has this nice feature where it changes the JMSDestination to the DLQ's name. If shared does that, you won't know (by headers) what the original destination was. Then you can't use the JMX message selectors to requeue, etc. -- Christopher G. Stach II