You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rob Godfrey (JIRA)" <ji...@apache.org> on 2014/03/05 18:32:51 UTC

[jira] [Created] (QPID-5605) [Java Broker] [AMQP 1.0] Allow for addresses of the form / to be used for both publishing and consuming

Rob Godfrey created QPID-5605:
---------------------------------

             Summary: [Java Broker] [AMQP 1.0] Allow for addresses of the form <exchange>/<routing-key> to be used for both publishing and consuming
                 Key: QPID-5605
                 URL: https://issues.apache.org/jira/browse/QPID-5605
             Project: Qpid
          Issue Type: Improvement
            Reporter: Rob Godfrey
            Assignee: Rob Godfrey
             Fix For: 0.27


Minor change to allow for the use of addresses of the form <exchange>/<routing-key> to be used over AMQP 1.0 ...

When attaching for sending to such an address, all messages are routed to the given exchange with the given routing key regardless of the contents of the to field of the message.

On consuming, a (temporary) queue is created and bound to the exchange with the given binding key.  One can thus send to "amq.topic/foo.bar" and receive the message by consuming from "amq.topic/foo.*"



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org