Hi support, I would need some insights about the Artemis Broker Persistence feature. Looking into the documentation at https://activemq.apache.org/components/artemis/documentation/latest/persistence.html, I was not able to find anything about possible limits to disk size usage once te File Journal persistence option is enabled. We would like to understand if (and how) it is possible to limit the number of journal files produced, and so be able to limit the disk size used by the persistence. Is it possible to configure, for example, a maximum numer of Journal files, and make the broker reuse the first one (i.e. the oldest file) once the max number of files is reached, overwriting the oldest data? Basically, it would be important for us being able to avoid disk saturation, to avoid dangerous situation where the persistence can cause unexpected issues due to too much storage space used.
Many thanks in advance for your support, Andrea