Re: how get messages from activemq dlq

2016-11-05 Thread antonw
I developed an open-source command-line tool called ActiveMQ-CLI that may be helpful for you. It will allow you to execute commands like: export-messages --queue your.dlq purge-queue --name your.dlq And many more. See the GitHub page for more in

Re: how get messages from activemq dlq

2016-10-06 Thread John D. Ament
You can do automatic purging of your DLQ. However, DLQs are just queues in ActiveMQ, so there's nothing stopping you from just connecting to that queue by its name. http://activemq.apache.org/message-redelivery-and-dlq-handling.html John On Thu, Oct 6, 2016 at 12:08 PM tk0485 wrote: > Hi all,