You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2014/02/03 16:24:15 UTC

svn commit: r1563950 - /qpid/trunk/qpid/cpp/AMQP_1.0

Author: gsim
Date: Mon Feb  3 15:24:14 2014
New Revision: 1563950

URL: http://svn.apache.org/r1563950
Log:
NO-JIRA: minor additions to readme

Modified:
    qpid/trunk/qpid/cpp/AMQP_1.0

Modified: qpid/trunk/qpid/cpp/AMQP_1.0
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/AMQP_1.0?rev=1563950&r1=1563949&r2=1563950&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/AMQP_1.0 (original)
+++ qpid/trunk/qpid/cpp/AMQP_1.0 Mon Feb  3 15:24:14 2014
@@ -164,7 +164,8 @@ warning is logged.
 If the node is an exchange, then an outgoing link (i.e. messages to
 travel out from broker) will cause a temporary, link-scoped queue to
 be created on the broker and bound to the exchange. [See section on
-'Topics' below]
+'Topics' below]. The name of the queue will be of the form
+<container-id>_<link-name>.
 
 Outgoing links may have a filter set on their source. The filters
 currently supported by the broker are 'legacy-amqp-direct-binding',
@@ -272,7 +273,9 @@ trigger the establishment of the link. T
 of ensuring their expectations will be met.
 
 The 'shared' capability allows subscriptions from an exchange to be
-shared by multiple receivers.
+shared by multiple receivers. Where this is specified the subscription
+queue created takes the name of the link (and does not include the
+container id).
 
 The 'durable' capability will be added if the queue or exchange
 refered to by the source or target is durable. The 'queue' capability



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