Author: kwall
Date: Thu Jan 16 23:08:37 2014
New Revision: 1558955
URL: http://svn.apache.org/r1558955
Log:
NO-JIRA: [Java Broker Doc] Fix empty literal element (causes output rendered by
site's make gen-release.. to be corrupted).
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=1558955&r1=1558954&r2=1558955&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
Thu Jan 16 23:08:37 2014
@@ -181,7 +181,7 @@
<itemizedlist>
<listitem><literal>all</literal> implies that all the other pairs must
match the headers property of a message for that message to be routed
(i.e. an AND match)</listitem>
- <listitem>any<literal></literal> implies that the message should be
routed if any of the fields in the headers property match one of the
+ <listitem><literal>any</literal> implies that the message should be
routed if any of the fields in the headers property match one of the
fields in the arguments table (i.e. an OR match)</listitem>
</itemizedlist>
<para>A field in the bind arguments matches a field in the message if
either the field in the bind arguments has no value and a field of the
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]