Hi

I've written a plugin for ActiveMQ that monitors disk space usage and that will 
close the connectors on low disk space (and re-open once disk space is again 
sufficient). Let me know know in case you are interested.

- Martin

On 02.03.2020 12:24, COURTAULT Francois wrote:
Hello,

I suppose you're talking about Artemis but I am using ActiveMQ and not Artemis.
I should highlight this in my first post.
Any solution for ActiveMQ ?

Best Regards.

-----Original Message-----
From: brusdev [mailto:bruscin...@gmail.com]
Sent: lundi 2 mars 2020 12:20
To:users@activemq.apache.org
Subject: Re: Is it possible to limit the storage in ActiveMQ ?

Hi,

the System will perform scans on the disk to determine if the disk is beyond a 
configured limit. These are configured through `max-disk-usage` in percentage. 
Once that limit is reached any message will be blocked. (unless the protocol 
doesn't support flow control on which case there will be an exception thrown 
and the connection for those clients dropped).

https://activemq.apache.org/components/artemis/documentation/latest/paging.html#max-disk-usage

Regards,
Domenico



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

Reply via email to