You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2013/10/08 23:48:45 UTC

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

Author: kwall
Date: Tue Oct  8 21:48:45 2013
New Revision: 1530440

URL: http://svn.apache.org/r1530440
Log:
QPID-5202: Exchange documentation - include ref to close when no route feature

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=1530440&r1=1530439&r2=1530440&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 Tue Oct  8 21:48:45 2013
@@ -166,7 +166,8 @@
     <listitem>If using AMQP 0-10 protocol, and an alternate exchange has been set on the exchange, the message is routed to the alternate exchange.
     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, the message is returned to the Producer.</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>
     <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