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 | 28135b1e6e228d1754bce7997eaa66d7465c34d8 (patch) | |
| tree | 631ea9bd3522d230902a1d84505d00f79ea94735 | |
| parent | 50f7cec3272ab8fa9d78028dbcbdc1236fce3ed8 (diff) | |
| download | qpid-python-28135b1e6e228d1754bce7997eaa66d7465c34d8.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/qpid@1531763 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml b/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml index a416e68835..1018f95b04 100644 --- a/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml +++ b/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> |
