I am using activemq 5.10, I want to create a custom Dead letter queue for all my queues.
I know that activemq itself provides inbuilt DLQ by name ActiveMQ.DLQ
but I want my custom DLQ to hold all the failed messages.
I also know that we can create individual DLQ for each queue,but thats not what I want
any pointers will be helpful, Thanks.