diff options
| author | Gordon Sim <gsim@apache.org> | 2014-02-03 15:24:14 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2014-02-03 15:24:14 +0000 |
| commit | 5e3292a5fa7e99b6838a100624e8779b8df32e00 (patch) | |
| tree | 0e6d6d52b18e38e5951243c70e3550b00ea09535 /cpp | |
| parent | 00c1d846b50589789a72849bf062088afb0497e7 (diff) | |
| download | qpid-python-5e3292a5fa7e99b6838a100624e8779b8df32e00.tar.gz | |
NO-JIRA: minor additions to readme
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1563950 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/AMQP_1.0 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cpp/AMQP_1.0 b/cpp/AMQP_1.0 index ef478c7a15..f5db31b8f5 100644 --- a/cpp/AMQP_1.0 +++ b/cpp/AMQP_1.0 @@ -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. This gives the peer some means 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 |
