You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by snissel <sn...@conet.de> on 2014/01/23 16:29:24 UTC

Memory Leak in Active MQ 5.9.0?

I have update ActiveMQ from 5.6.0 to 5.9.0 on a Ubuntu 12.04 64bit.

After a few days the activemq get out of memory. If I send 1000 of Messages
in a Testcase the memory do not increase.


If have a heapdump before the activemq get out of memory:
heapdump-1390484948363.zip
<http://hb02.de/upload/heapdump-1390484948363.zip>  

The Object *org.apache.activemq.broker.region.TempQueue* spams the memory.


*Start Parameter:*
ACTIVEMQ_OPTS_MEMORY="-Xms128m -Xmx256m -XX:MaxPermSize=64m"



*activemq.xml*








--
View this message in context: http://activemq.2283324.n4.nabble.com/Memory-Leak-in-Active-MQ-5-9-0-tp4676709.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Memory Leak in Active MQ 5.9.0?

Posted by artnaseef <ar...@artnaseef.com>.
Could there be clients creating temporary destinations and never deleting
them?

Temporary destinations are automatically removed on shutdown of the session
which created them (or the connection of that session).  Before then, they
will live indefinitely unless the delete() method is explicitly called on
the temporary destination object.



--
View this message in context: http://activemq.2283324.n4.nabble.com/Memory-Leak-in-Active-MQ-5-9-0-tp4676709p4676725.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.