From dd29f5544c753b0c1471fe19b3095d823a3affe0 Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Tue, 8 Oct 2013 21:48:45 +0000 Subject: 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 --- qpid/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ 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. - If using AMQP protocols 0-8..0-9-1, and the publisher set the mandatory flag, the message is returned to the Producer. + If using AMQP protocols 0-8..0-9-1, and the publisher set the mandatory flag and the + close when no route feature is disabled, the message is returned to the Producer. Otherwise, the message is discarded. -- cgit v1.2.1