ActiveMQConnection memory leaks
-------------------------------
Key: AMQ-1177
URL: https://issues.apache.org/activemq/browse/AMQ-1177
Project: ActiveMQ
Issue Type: Bug
Reporter: Hiram Chirino
klas eriksson: Commented on AMQ-847
I think this issue is actually two (or more memory leaks.
One in createConnection() and one in close().
I tried a very similar program with the following results:
apache-activemq-4.2-incubator-20061204.023752-14:
1. 'createConnection' followed by 'close' when activeMq-server is UP:
outOfmemory after ~1800 createConnection-close.
2. 'createConnection' without close when activeMq server is not started.
outOfmemory after < 1800 failed 'createConnection'.
I have also tried 4.0.x and 4.1.x. The leak memory too.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|