You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2013/10/14 00:22:41 UTC

svn commit: r1531763 - /qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml

Author: robbie
Date: Sun Oct 13 22:22:40 2013
New Revision: 1531763

URL: http://svn.apache.org/r1531763
Log:
QPID-5202: tweak wording to cover that CWNR feature doesn't need to be disabled for it to not close the connection

Modified:
    qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml

Modified: qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml?rev=1531763&r1=1531762&r2=1531763&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml (original)
+++ qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml Sun Oct 13 22:22:40 2013
@@ -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>



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