There's no way to explicitly limit the number of page files.  However, you
can set the "max-disk-usage" parameter[1][2].  Once this limit is reached,
the broker will use flow control to stop the clients sending more messages
(this is the same as BLOCK policy).  If the protocol being used does not
support flow control. e.g. MQTT, the client will be disconnected.

1. https://activemq.apache.org/artemis/docs/2.1.0/paging.html
2. https://activemq.apache.org/artemis/docs/2.1.0/paging.html#max-disk-usage

On Thu, Jun 22, 2017 at 1:43 PM, nigro_franz <nigro....@gmail.com> wrote:

> Hi,
>
> I've just rolled out a couple of improvements on Paging: right now are on
> the latest master so you could try if it works for you...
>
> regards,
> Franz
>
>
>
> --
> View this message in context: http://activemq.2283324.n4.
> nabble.com/org-apache-activemq-artemis-core-journal-impl-JournalImpl-
> tp4726923p4727745.html
> Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
>

Reply via email to