Re: Using Qpid 0.8 java client with Qpid 0.6 C++ broker.

2011-05-19 Thread Charith Wickramarachchi
On Thu, May 19, 2011 at 3:41 PM, Gordon Sim wrote: > On 05/19/2011 11:04 AM, Charith Wickramarachchi wrote: > >> Hi, >> >> I was using Qpidc 0.6 broker with qpid 0.6 Java client. But i'm facing a >> Memory leak in the long run. Issue is in the close() in the >> org.apache.qpid.transport.Session c

Re: Using Qpid 0.8 java client with Qpid 0.6 C++ broker.

2011-05-19 Thread Gordon Sim
On 05/19/2011 11:04 AM, Charith Wickramarachchi wrote: Hi, I was using Qpidc 0.6 broker with qpid 0.6 Java client. But i'm facing a Memory leak in the long run. Issue is in the close() in the org.apache.qpid.transport.Session class. From the Source its look like qpid 0.8 java client code is muc