You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by Charith Wickramarachchi <ch...@gmail.com> on 2011/05/19 12:04:59 UTC

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

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 much better than
the qpid 0.6 client code and these issues are addressed.So i'm thinking of
moving to qpid 0.8 client.

My question is can i use qpid 0.8 java client with qpidc 0.6 broker ? Are
they compatible ?

thanks,
Charith

-- 
Charith Dhanushka Wickramarachchi
http://charithwiki.blogspot.com/

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

Posted by Charith Wickramarachchi <ch...@gmail.com>.
On Thu, May 19, 2011 at 3:41 PM, Gordon Sim <gs...@redhat.com> 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 class.
>>
>>> From the Source its look like qpid 0.8 java client code is much better
>>> than
>>>
>> the qpid 0.6 client code and these issues are addressed.So i'm thinking of
>> moving to qpid 0.8 client.
>>
>> My question is can i use qpid 0.8 java client with qpidc 0.6 broker ? Are
>> they compatible ?
>>
>
> Yes.
>

Thanks Gordon. I was able to move to the qpid. 0.8. Even though i have
enabled persistence in the qpid c++ broker. I had to attach  additional
parameters in the queue definition to enable the persistence.

ex : "QueueName; {create: always, node: {durable: true}}"

I'm mentioning this since it will be helpful to other who will face the same
problem.

thanks,
Charith



> ---------------------------------------------------------------------
> Apache Qpid - AMQP Messaging Implementation
> Project:      http://qpid.apache.org
> Use/Interact: mailto:users-subscribe@qpid.apache.org
>
>


-- 
Charith Dhanushka Wickramarachchi
http://charithwiki.blogspot.com/

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

Posted by Gordon Sim <gs...@redhat.com>.
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 much better than
> the qpid 0.6 client code and these issues are addressed.So i'm thinking of
> moving to qpid 0.8 client.
>
> My question is can i use qpid 0.8 java client with qpidc 0.6 broker ? Are
> they compatible ?

Yes.

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscribe@qpid.apache.org