Hi. After some months using a broker just for tests, the ActivMQ folder grew up to 600MB. I'd like to control this and I've seen the systemUsage config to cap the memory used but I'd like to understand better how the space is used. I'm interested that my Broker deletes my messages when they are 15 days old.
Is there a way to configure the Broker that way? As far as I've understood from http://activemq.apache.org/producer-flow-control.html when the limit is reached, the broker slow down. I do not want the limit to be reached, I want that the Broker clean old messages and I do not know how to do. As I told, all my producer send PERSISTENT messages with a timeToLeave of 10 seconds but I've experienced a DB growth that I want to avoid in future. Thanks. -- Daniele Dellafiore http://danieledellafiore.net
