summaryrefslogtreecommitdiff
path: root/qpid/doc
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2014-04-07 09:49:14 +0000
committerRobert Gemmell <robbie@apache.org>2014-04-07 09:49:14 +0000
commita465268557507d5f0ac1b151f183c1cd294ad372 (patch)
tree30276559c9612f273764271de7010acf1b083f99 /qpid/doc
parent0bc9f24f0b8e324cdfc96998362dfa45e58d7c2f (diff)
downloadqpid-python-a465268557507d5f0ac1b151f183c1cd294ad372.tar.gz
QPID-5664: correct documentation of the client side option value related to the max-delivery feature
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1585441 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/doc')
-rw-r--r--qpid/doc/book/src/java-broker/Java-Broker-Runtime-Handling-Undeliverable-Messages.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/doc/book/src/java-broker/Java-Broker-Runtime-Handling-Undeliverable-Messages.xml b/qpid/doc/book/src/java-broker/Java-Broker-Runtime-Handling-Undeliverable-Messages.xml
index 29c42267e4..7ee4b7a5cd 100644
--- a/qpid/doc/book/src/java-broker/Java-Broker-Runtime-Handling-Undeliverable-Messages.xml
+++ b/qpid/doc/book/src/java-broker/Java-Broker-Runtime-Handling-Undeliverable-Messages.xml
@@ -65,7 +65,7 @@
once it reconnects.</para>
<para> If the consuming application is using AMQP 0-9-1, 0-9, or 0-8 protocols, it is necessary to
set the client system property <varname>qpid.reject.behaviour</varname> or connection or binding
- URL option <varname>rejectbehaviour</varname> to the value <literal>system</literal>.</para>
+ URL option <varname>rejectbehaviour</varname> to the value <literal>server</literal>.</para>
<para>It is possible to determine the number of times a message has been sent to a consumer via
the Management interfaces, but is not possible to determine this information from a message client.
Specifically, the optional JMS message header <property>JMSXDeliveryCount</property> is not