Hi all,

I have been considering to implement something similar to a ring buffer
with artemis to deliver server metrics to a number of backends:

I was hoping to be able to:

- have a topic √
- limit paging with a max disk usage √
- drop messages when the disk page limit is reached ?
- higher priority for metric messages coming from the serves where the
brokers run √

Doing a quick review and google search I can't find other people having
similar experiences.

I also find that I can only drop messages the memory limit
<https://activemq.apache.org/artemis/docs/2.0.0/paging.html> is reached,
not the disk limit.

Any ideas?

Reply via email to