You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by anandn <an...@ihg.com> on 2017/11/20 14:53:51 UTC

ActiveMQ offload messages from DLQ to Disk

I need to offload messages from a DLQ queue to the disk to avoid store
percent from going up. Is there any way to do that in activemq v5.5.1 ?



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: ActiveMQ offload messages from DLQ to Disk

Posted by Tim Bain <tb...@alumni.duke.edu>.
You'd need to write a consumer that reads messages from the DLQ (the easy
part) and writes them to wherever you want them stored, like a database or
flat files or whatever (the hard part). Since the hard part of the problem
will be different for any given ActiveMQ user, there's no built-in
capability to do it.

Tim

On Nov 20, 2017 9:51 AM, "anandn" <an...@ihg.com> wrote:

> I need to offload messages from a DLQ queue to the disk to avoid store
> percent from going up. Is there any way to do that in activemq v5.5.1 ?
>
>
>
> --
> Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-
> f2341805.html
>