diff options
| author | Keith Wall <kwall@apache.org> | 2013-10-08 21:48:19 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2013-10-08 21:48:19 +0000 |
| commit | aacbce5c7c092b626fc9e747d25f840b73cd1eab (patch) | |
| tree | a20e3ad947270b1b86aac0bc0d914a87450e9557 /qpid/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml | |
| parent | 70cc7d970ce936b680d597d026c73b14b549d8da (diff) | |
| download | qpid-python-aacbce5c7c092b626fc9e747d25f840b73cd1eab.tar.gz | |
QPID-5202: Exchange documentation - correct typos
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1530439 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 | 4 |
1 files changed, 2 insertions, 2 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 2b6e1ec684..45d4c89e91 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 @@ -131,13 +131,13 @@ </figure> <para>The figure above illustrates messages with properties published with routing key "<literal>shipping</literal>".</para> <para>As before, the exchange routes each message to every bound queue whose binding key matches the routing key but as a JMS selector - argument has been specified, the expression is evalutated against each matching message. Only messages whose message header values or properties + argument has been specified, the expression is evaluated against each matching message. Only messages whose message header values or properties match the expression are routed to the queue.</para> <para>In the case illustrated, <literal>sub1</literal> has received the yellow and blue message as their property "<literal>area</literal>" cause expression "<literal>area in ('Forties', 'Cromarty')</literal>" to evaluate true. Similarly, the yellow message has also gone to <literal>gale_alert</literal> as its property "<literal>speed</literal>" causes expression "<literal>speed > 7 and speed < 10</literal>" to evaluate true.</para> - <para>The properties of purple message cause expressions no evaluate true, so the message is unroutable. It is handled as described in + <para>The properties of purple message cause no expressions to evaluate true, so the message is unroutable. It is handled as described in <xref linkend="Java-Broker-Concepts-Exchanges-UnroutableMessage"/>.</para> </section> <section id="Java-Broker-Concepts-Exchanges-Types-Fanout"> |
