Author: rgodfrey
Date: Fri Jul 15 10:57:13 2016
New Revision: 1752820
URL: http://svn.apache.org/viewvc?rev=1752820&view=rev
Log:
QPID-7188 : update docs on unroutable message handling
Modified:
qpid/java/trunk/doc/java-broker/src/docbkx/concepts/Java-Broker-Concepts-Exchanges.xml
Modified:
qpid/java/trunk/doc/java-broker/src/docbkx/concepts/Java-Broker-Concepts-Exchanges.xml
URL:
http://svn.apache.org/viewvc/qpid/java/trunk/doc/java-broker/src/docbkx/concepts/Java-Broker-Concepts-Exchanges.xml?rev=1752820&r1=1752819&r2=1752820&view=diff
==============================================================================
---
qpid/java/trunk/doc/java-broker/src/docbkx/concepts/Java-Broker-Concepts-Exchanges.xml
(original)
+++
qpid/java/trunk/doc/java-broker/src/docbkx/concepts/Java-Broker-Concepts-Exchanges.xml
Fri Jul 15 10:57:13 2016
@@ -192,8 +192,12 @@
<title>Unrouteable Messages</title>
<para>If an exchange is unable to route a message to any queues, the Broker
will:
<itemizedlist>
- <listitem><para>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,
+ <listitem><para>If using the AMQP 1.0 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 message is still unroutable,
+ the message is discarded unless the sending link has requested the
<literal>REJECT_UNROUTABLE</literal> target capability, or the Exchange has its
+ <literal>unroutableMessageBehaviour</literal> attribute set to
<literal>REJECT</literal>.</para></listitem>
+ <listitem><para>If using the 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 message is still unroutable,
the message is discarded.</para></listitem>
<listitem><para>If using AMQP protocols 0-8..0-9-1, and the publisher set
the mandatory flag and the<link
linkend="Java-Broker-Runtime-Close-Connection-When-No-Route">
close when no route</link> feature did not close the connection, the
message is returned to the Producer.</para></listitem>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]