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.
AMQ-835