You have couple of options here: 1. Jolokia is exposing memory statistics over http as json. You can use an external tool to regularly poll and record the values.
2. You can write a camel route that is embedded in activemq that reads either data exposed by jolokia or simply read it from the jvm and send to a persistent store. HTH, On 25 June 2014 17:40, djdick <[email protected]> wrote: > Has anyone put into place a simple way to monitor and record the heap space > utilization? We're looking for something that will grab the heap space > utilization and record it so we can graph it over time. > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/ActiveMQ-Heap-Size-Monitoring-tp4682487.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > -- Bilgin Ibryam Apache Camel & Apache OFBiz committer Blog: ofbizian.com Twitter: @bibryam <https://twitter.com/bibryam> Author of Instant Apache Camel Message Routing http://www.amazon.com/dp/1783283475
