Hi, I'm facing a strange memory leak on one of my production environment (others environments are ok)
The Environment 1) AIX 7.1 2) IBM JVM 1.7 3) ActiveMQ broker 5.12.2 embedded in our java monitoring application 3) Client are either java client (embedded inside a front office war application) or C++ client based on CMS 3.8 (Back office standalone application). the operating mode is straightforward : front office application invoke business services (request - reply) to back office applications. We are sure that all requests are correctly queued and de-queued. We also didn't notice slow consumer effects. We got a memory leak, as reported by memory leak analysis (see attached images) <http://activemq.2283324.n4.nabble.com/file/t379265/clup-ml0.png> <http://activemq.2283324.n4.nabble.com/file/t379265/clup-ml1.png> <http://activemq.2283324.n4.nabble.com/file/t379265/clup-ml2.png> <http://activemq.2283324.n4.nabble.com/file/t379265/clup-ml3.png> Our memory analysis tools points 2 suspects and one hint: suspect 1 : 113 206 instance of ActiveMQMessage suspect 2 : 157 instances of "org.apache.activemq.broker.region.TopicSubscription hint : all suspects have a common chain : o.a.a.broker.BrokerService => o.a.a.broker.jmx.managedregionbroker can that mean that the problem is related to jmx monitoring ? -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html