Author: robbie
Date: Thu Jun 4 09:48:22 2015
New Revision: 1683498
URL: http://svn.apache.org/r1683498
Log:
QPIDJMS-66: update website documentation for the current 0.2.0 release to fix
the clientID option in URI
Modified:
qpid/site/docs/releases/qpid-jms-0.2.0/docs/index.html
qpid/site/input/releases/qpid-jms-0.2.0/docs/index.md
Modified: qpid/site/docs/releases/qpid-jms-0.2.0/docs/index.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-jms-0.2.0/docs/index.html?rev=1683498&r1=1683497&r2=1683498&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-jms-0.2.0/docs/index.html (original)
+++ qpid/site/docs/releases/qpid-jms-0.2.0/docs/index.html Thu Jun 4 09:48:22
2015
@@ -189,7 +189,7 @@ Topic topic = (Topic) context.lookup("my
<ul>
<li><strong>jms.username</strong> User name value used to authenticate the
connection</li>
<li><strong>jms.password</strong> The password value used to authenticate the
connection</li>
-<li><strong>jms.clientId</strong> A client ID value that is applied to the
connection.</li>
+<li><strong>jms.clientID</strong> The ClientID value that is applied to the
connection.</li>
<li><strong>jms.forceAsyncSend</strong> Configures whether all Messages sent
from a MessageProducer are sent asynchronously or only those Message that
qualify such as Messages inside a transaction or non-persistent messages.</li>
<li><strong>jms.alwaysSyncSend</strong> Override all asynchronous send
conditions and always sends every Message from a MessageProducer
synchronously.</li>
<li><strong>jms.sendAcksAsync</strong> Causes all Message acknowledgments to
be sent asynchronously.</li>
Modified: qpid/site/input/releases/qpid-jms-0.2.0/docs/index.md
URL:
http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-jms-0.2.0/docs/index.md?rev=1683498&r1=1683497&r2=1683498&view=diff
==============================================================================
--- qpid/site/input/releases/qpid-jms-0.2.0/docs/index.md (original)
+++ qpid/site/input/releases/qpid-jms-0.2.0/docs/index.md Thu Jun 4 09:48:22
2015
@@ -75,7 +75,7 @@ The options apply to the behaviour of th
+ **jms.username** User name value used to authenticate the connection
+ **jms.password** The password value used to authenticate the connection
-+ **jms.clientId** A client ID value that is applied to the connection.
++ **jms.clientID** The ClientID value that is applied to the connection.
+ **jms.forceAsyncSend** Configures whether all Messages sent from a
MessageProducer are sent asynchronously or only those Message that qualify such
as Messages inside a transaction or non-persistent messages.
+ **jms.alwaysSyncSend** Override all asynchronous send conditions and always
sends every Message from a MessageProducer synchronously.
+ **jms.sendAcksAsync** Causes all Message acknowledgments to be sent
asynchronously.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]