Gordon Sim wrote: > > Sounds like your client process is running out of memory(?). This is > using the 0.5 code, right? >
Yes. I'm using 0.5 version. I didnt figure out any memory leaks initially. Gordon Sim wrote: > > Try changing this to use the acquire() and accept() messages on the > Subscription class (you get an instance of this returned when you call > subscribe() on SubscriptionManager. The subscription tracks all > unaquired and unaccepted messages and if you are directly invoking the > methods on the session as above it will not update those sets to reflect > successfully acquired and accepted ids. In other words the sets held in > the subscription will continue to grow - in your case the unacquired set. > I will try that now... and will come with reply soon. thanks alot :) Regards, Denny -- View this message in context: http://n2.nabble.com/Bad-allocation-error-tp4265473p4265699.html Sent from the Apache Qpid users mailing list archive at Nabble.com. --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
