Apparently activemq has a storeUsage property that can limit the broker disk usage in some unit, gb, mb, etc. (https://activemq.apache.org/producer-flow-control#system-usage) Is there an equivalent to this in the artemis release? I've tried leveraging max-disk-usage, but noticed that it's a percentage of disk usage for the entire filesystem, not just the broker. Ideally, I'd like to limit it in terms of MB if possible. Is the only option to know up front all the addresses there will be and limit them with max-size-bytes via config?
Thanks all, Ray Internal Use - Confidential
