I'm trying to setup ActiveMQ to store a large number of messages sent to a queue but it seems to only use the memory limit and not the store limit. If I view the queue via jConsole it shows that cursorMemoryUsage reaches 1.5mb at which point it throws an Exception indicating memory limit reached. I was under the impression that if data was not consumed it would be stored to disk until messages were consumed but it seems to only use memory not disk space.
Below is the described activemq.xml file. I've tried changing producerFlowControl to false and removing the whole destinationPolicy tag but the same result. -- View this message in context: http://activemq.2283324.n4.nabble.com/storeUsage-not-working-tp4314236p4314236.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.