Re: Problem to understand and apply auto delete of messages in queues

2018-07-11 Thread Tim Bain
Please read the red box in the "Setting Expiration on Messages in the DLQ" section on that page. It seems like that's exactly what you've done, since you're using a '>' wildcard. Try using a more restrictive wildcard that doesn't match the DLQ and see if it behaves as you expect. Tim On Tue, Jul

Problem to understand and apply auto delete of messages in queues

2018-07-10 Thread siick
Hi everybody. I'm kind of new in ActiveMQ and i want to change our configuration to automatically delete our messages after a period of X days. Actually we have a topic where the message is sent, after 4 retry, it goes to the DLQ. So then i want that after X days, all pending messages in the DLQ ha