Re: Dead Letter Queue Expiry

2017-11-16 Thread cnadukula
Thanks you very much guys!!! how do i open a feature JIRA? -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev-f2368404.html

Re: Dead Letter Queue Expiry

2017-11-15 Thread Gary Tully
That could maybe filter into a bounded queue feature. If the dlq is bounded by time, if head of the queue is X milliseconds old drop it. A bounded queue, bounded by size, memory usage, disk usage or time is a very useful concept. On Tue, 14 Nov 2017 at 19:37 Clebert Suconic wrote: > Feel free to

Re: Dead Letter Queue Expiry

2017-11-14 Thread Clebert Suconic
Feel free to add a JIRA though. It’s probably an easy fix. On Tue, Nov 14, 2017 at 1:20 PM Justin Bertram wrote: > The functionality you're looking for isn't directly supported in Artemis, > although you could probably solve the issue with a broker plugin [1]. Feel > free to open a "New Feature

Re: Dead Letter Queue Expiry

2017-11-14 Thread Justin Bertram
The functionality you're looking for isn't directly supported in Artemis, although you could probably solve the issue with a broker plugin [1]. Feel free to open a "New Feature" JIRA [2] if you like. Justin [1] http://activemq.apache.org/artemis/docs/latest/broker-plugins.html [2] https://issue

Dead Letter Queue Expiry

2017-11-14 Thread cnadukula
Hi We are using apache artemis version : 2.3.0 and wanted to see if there is any setting that we can provide so after a certain period the dead Letter queue is purged automatically? I noticed Apache ActiveMQ has a setting called   where we can discard DLQ messages after a certain period of time or