Re: Possible memory leak in statistics gathering

2009-05-19 Thread Gary Tully
If you still see the leak behavior with the current snapshot, attach your test case to a new jira issue and we should be able to get to the bottom of this fairly quickly. 2009/5/18 emersonf > > I can check the 5.3 snapshot, but I don't see the relationship between the > two leaks. > > In my scen

Re: Possible memory leak in statistics gathering

2009-05-18 Thread emersonf
I can check the 5.3 snapshot, but I don't see the relationship between the two leaks. In my scenario, the consumers and sessions aren't meant to be reclaimed; they're meant to be long-lived. The problem is that they seem to be hanging onto a couple of Statistics objects for each message they hand

Re: Possible memory leak in statistics gathering

2009-05-18 Thread Gary Tully
this leak sounds a lot like https://issues.apache.org/activemq/browse/AMQ-2178 that is fixed on trunk and available in the current 5.3-snapshot. 2009/5/16 emersonf > > Hi, > > I've been running some load tests on a Spring Integration system backed by > ActiveMQ 5.2.0. I noticed that one of my ap