You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by wdrozd <wd...@i-a-i.com> on 2010/09/29 16:28:53 UTC

Apache QPID compatibility AMQP 0-9-1

I saw on the site that Apache QPID is compatible with 0-9 and 0-10, but is it
compatible with 0-9-1? Also, is there a reason to go with AMQP 0-10 over
0-9-1? 

Thanks,
Bill
-- 
View this message in context: http://apache-qpid-users.2158936.n2.nabble.com/Apache-QPID-compatibility-AMQP-0-9-1-tp5584148p5584148.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:users-subscribe@qpid.apache.org


Re: qpid-config timeout creating large journal

Posted by Kim van der Riet <ki...@redhat.com>.
On Thu, 2010-09-30 at 13:23 +0400, Barys_Ilyushonak@troika.ru wrote:
> Greetings
> 
> I got the error 
> Failed: Timeout - Waiting for connection to be established with broker
> while qpid-config add queue 
> with large journal size
> 
> Could you please help me with the issue described in 
> https://issues.apache.org/jira/browse/QPID-2804
> 
> Is there any python way to handle the error?
> 
> Regards,
> Boris
> _______________________________________________________
> 
> The information contained in this message may be privileged and conf idential and protected from disclosure. If you are not the original intended recipient, you are hereby notified that any review, retransmission, dissemination, or other use of, or taking of any action in reliance upon, this information is prohibited. If you have received this communication in error, please notify the sender immediately by replying to this message and delete it from your computer. Thank you for your cooperation. Troika Dialog, Russia. 
> If you need assistance please contact our Contact Center  (+7495) 258 0500 or go to www.troika.ru/eng/Contacts/system.wbp  
> 

Use the --timeout option with a suitable value in seconds. For more
details on the qpid-config (or any other qpid tool), use the --help
option.

I added a comment to the bug, I did not notice it in the JIRA. Thanks
for pointing it out.

Kim


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


qpid-config timeout creating large journal

Posted by Ba...@troika.ru.
Greetings

I got the error 
Failed: Timeout - Waiting for connection to be established with broker
while qpid-config add queue 
with large journal size

Could you please help me with the issue described in 
https://issues.apache.org/jira/browse/QPID-2804

Is there any python way to handle the error?

Regards,
Boris
_______________________________________________________

The information contained in this message may be privileged and conf idential and protected from disclosure. If you are not the original intended recipient, you are hereby notified that any review, retransmission, dissemination, or other use of, or taking of any action in reliance upon, this information is prohibited. If you have received this communication in error, please notify the sender immediately by replying to this message and delete it from your computer. Thank you for your cooperation. Troika Dialog, Russia. 
If you need assistance please contact our Contact Center  (+7495) 258 0500 or go to www.troika.ru/eng/Contacts/system.wbp  


Re: Apache QPID compatibility AMQP 0-9-1

Posted by Carl Trieloff <cc...@redhat.com>.
On 09/29/2010 10:28 AM, wdrozd wrote:
> I saw on the site that Apache QPID is compatible with 0-9 and 0-10, but is it
> compatible with 0-9-1? Also, is there a reason to go with AMQP 0-10 over
> 0-9-1?
>
> Thanks,
> Bill
>    


Thanks for post the Q here.

The C++ broker on supports 0-10, the Java broker supports earlier
versions on the protocol.  The clients are mixed based on when they
where developed.

All the new clients are 0-10 only with focus on API for AMQP 1-0 support.

If you want to move to 1-0 when it gets supported I would advise you to
use the new API's being released which have taken AMQP 1-0 into 
consideration.

The Java broker now also supports 0-10, so I would go 0-10 unless there is a
good reason for you to use an earlier version of the protocol.

If needed, there are many on the list that have implemented both versions
and can discuss differences / capabilities.

Carl.

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