TemporyQueue will never get unregisterd from JMX which leads to a memory leak
-----------------------------------------------------------------------------
Key: AMQ-3041
URL: https://issues.apache.org/activemq/browse/AMQ-3041
Project: ActiveMQ
Issue Type: Bug
Affects Versions: 5.4.1
Environment: activemq 5.4.1 and 5.5-SNAPSHOT
Reporter: Norman Maurer
Fix For: 5.5.0
When you use Session.createTemporaryQueue(...) you will see that the
TemporaryQueue will get added to JMX. Now when you call TemporaryQueue.delete()
it will not get delete from JMX. So when you make heavy use of TemporaryQueues
you will see that the entries in JMX will get bigger and bigger as they will
never get removed on delete. This can lead to an OOM very frequently.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.