diff options
| author | Robert Gemmell <robbie@apache.org> | 2013-10-13 22:22:40 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2013-10-13 22:22:40 +0000 |
| commit | d4fa6a03cf730933cc91d8a251cf368c92497daa (patch) | |
| tree | a9a2c679557ee5b5206ddb27b51336a8115cc6f7 | |
| parent | 35ad470e6d15e4dbab802b58b2d54dd840b248d8 (diff) | |
| download | qpid-python-d4fa6a03cf730933cc91d8a251cf368c92497daa.tar.gz | |
QPID-5202: tweak wording to cover that CWNR feature doesn't need to be disabled for it to not close the connection
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1531763 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml b/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml index a416e68835..1018f95b04 100644 --- a/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml +++ b/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml @@ -197,7 +197,7 @@ The alternate exchange routes the message according to its routing algorithm and its binding table. If the messages is still unroutable, the message is discarded.</listitem> <listitem>If using AMQP protocols 0-8..0-9-1, and the publisher set the mandatory flag and the<link linkend="Java-Broker-Close-Connection-When-No-Route"> - close when no route</link> feature is disabled, the message is returned to the Producer.</listitem> + close when no route</link> feature did not close the connection, the message is returned to the Producer.</listitem> <listitem>Otherwise, the message is discarded.</listitem> </itemizedlist> </para> |
