Author: robbie
Date: Sun May 15 14:50:51 2016
New Revision: 1743914
URL: http://svn.apache.org/viewvc?rev=1743914&view=rev
Log:
QPID-7265: fix broken example for prefetch configuration
Modified:
qpid/java/trunk/doc/jms-client-0-10/src/docbkx/JMS-Client-0-10-Book.xml
Modified:
qpid/java/trunk/doc/jms-client-0-10/src/docbkx/JMS-Client-0-10-Book.xml
URL:
http://svn.apache.org/viewvc/qpid/java/trunk/doc/jms-client-0-10/src/docbkx/JMS-Client-0-10-Book.xml?rev=1743914&r1=1743913&r2=1743914&view=diff
==============================================================================
--- qpid/java/trunk/doc/jms-client-0-10/src/docbkx/JMS-Client-0-10-Book.xml
(original)
+++ qpid/java/trunk/doc/jms-client-0-10/src/docbkx/JMS-Client-0-10-Book.xml Sun
May 15 14:50:51 2016
@@ -186,7 +186,7 @@ destination.topicExchange = amq.topic <c
<para>
Connection level using Connection/Broker properties : Affects the
respective connection and sessions, consumers and produces created by that
connection.
</para>
- <para>Ex. <varname>amqp://guest:guest@test/test?max_prefetch='1000'
+ <para>Ex. <varname>amqp://guest:guest@test/test?maxprefetch='1000'
&brokerlist='tcp://localhost:5672'
</varname> property specifies the message credits to use. This
overrides any value specified via the JVM argument
<varname>max_prefetch</varname>.</para>
<para>Please refer to the <xref
linkend="JMS-Client-0-10-Configuring-JNDI-Connection-URL"/> section for a
complete list of all properties and how to use them.</para>
@@ -209,7 +209,7 @@ destination.topicExchange = amq.topic <c
</listitem>
</itemizedlist>
- <para>Some of these config options are available at all three levels
(Ex. <varname>max_prefetch</varname>), while others are available only at JVM
or connection level.</para>
+ <para>Some of these config options are available at all three levels,
while others are available only at JVM or connection level.</para>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]