You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by nicolae claudius <ni...@yahoo.com> on 2010/03/29 11:18:37 UTC

qpid 0.6 amqp 0-10 and exchanges

Qpid 0.6 implements AMQP 0-10 protocol. This protocol is removing the concepts of exchanges and bindings from previous versions, and replacing these with queues and links. Yet in the examples directory of qpid 0.6 there are still the old queue#declare queue#exchange_bind from the old protocol:

	session.queueDeclare(arg::queue=response_queue.str());
        session.exchangeBind(arg::exchange="amq.direct", arg::queue=response_queue.str(), arg::bindingKey=response_queue.str());

Is Qpid 0.6 backwords compatible ? Why is the old mechanism there ?


      

Re: qpid 0.6 amqp 0-10 and exchanges

Posted by Ján Sáreník <js...@redhat.com>.
On Mon, Mar 29, 2010 at 11:35:08AM +0200, Ján Sáreník wrote:
> 0-10 in not the same as 1-0. Exchanges and bindings are still part of

... 0-10. (fast typing)

> 1-0. But will not be part of 1-0 (are not part of its draft which can
> be found at http://www.amqp.org/confluence/display/AMQP/AMQP1.0+SIG )

  Ján

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


Re: qpid 0.6 amqp 0-10 and exchanges

Posted by Ján Sáreník <js...@redhat.com>.
Hello Nicolae!

On Mon, Mar 29, 2010 at 02:18:37AM -0700, nicolae claudius wrote:
> Qpid 0.6 implements AMQP 0-10 protocol. This protocol is removing
> the concepts of exchanges and bindings from previous versions, and
> replacing these with queues and links. Yet in the examples directory
> of qpid 0.6 there are still the old queue#declare queue#exchange_bind
> from the old protocol:

0-10 in not the same as 1-0. Exchanges and bindings are still part of
1-0. But will not be part of 1-0 (are not part of its draft which can
be found at http://www.amqp.org/confluence/display/AMQP/AMQP1.0+SIG )

  Best regards, Ján
-- 
Red Hat Czech, MRG Quality Assurance Associate

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