On 25/09/2007, mythz <[EMAIL PROTECTED]> wrote: > > Is it possible to have a DLQ for each Queue/Topic? rather than all messages > going to ActiveMQ.DLQ? > i.e. getting poison messages for Test.Queue go to DLQ.Test.Queue?
Absolutely. Its just a case of specifying the strategy to use... http://activemq.apache.org/maven/activemq-core/apidocs/org/apache/activemq/broker/region/policy/DeadLetterStrategy.html The default is http://activemq.apache.org/maven/activemq-core/apidocs/org/apache/activemq/broker/region/policy/SharedDeadLetterStrategy.html sounds like you want http://activemq.apache.org/maven/activemq-core/apidocs/org/apache/activemq/broker/region/policy/IndividualDeadLetterStrategy.html -- James ------- http://macstrac.blogspot.com/ Open Source SOA http://open.iona.com