Re: ActiveMQMessageConsumer not releasing packages

2009-03-13 Thread Mark Webb
yes. I have also tried CLIENT_ACKNOWLEDGE and called message.acknowledge in the onMessage() method and observed the same results. On Fri, Mar 13, 2009 at 7:03 AM, Gary Tully wrote: > is the consumer using auto acknowledge? > > 2009/3/12 Mark Webb > >> I have been debugging a memory issue I am

Re: ActiveMQMessageConsumer not releasing packages

2009-03-13 Thread Gary Tully
is the consumer using auto acknowledge? 2009/3/12 Mark Webb > I have been debugging a memory issue I am having with a client that > uses ActiveMQ 5.2 libraries. This program has sends and receives > messages on 2 topics, and also has implemented the Request/Response > algorithm found in > > > h