diff options
| author | Keith Wall <kwall@apache.org> | 2013-10-08 21:48:45 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2013-10-08 21:48:45 +0000 |
| commit | dd29f5544c753b0c1471fe19b3095d823a3affe0 (patch) | |
| tree | a19522e9f75b461131714d9521911df81148044a /qpid/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml | |
| parent | aacbce5c7c092b626fc9e747d25f840b73cd1eab (diff) | |
| download | qpid-python-dd29f5544c753b0c1471fe19b3095d823a3affe0.tar.gz | |
QPID-5202: Exchange documentation - include ref to close when no route feature
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1530440 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml')
| -rw-r--r-- | qpid/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml | 3 |
1 files changed, 2 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 45d4c89e91..77d75a8fac 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 @@ -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> |
