You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2015/06/04 11:39:53 UTC

qpid-jms git commit: QPIDJMS-66: fix case of the clientID option in the URI docs

Repository: qpid-jms
Updated Branches:
  refs/heads/master ab970da6b -> 427a36deb


QPIDJMS-66: fix case of the clientID option in the URI docs


Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/427a36de
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/427a36de
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/427a36de

Branch: refs/heads/master
Commit: 427a36deb13e6a8f620b79d236985392b213dbe0
Parents: ab970da
Author: Robert Gemmell <ro...@apache.org>
Authored: Thu Jun 4 10:39:26 2015 +0100
Committer: Robert Gemmell <ro...@apache.org>
Committed: Thu Jun 4 10:39:26 2015 +0100

----------------------------------------------------------------------
 qpid-jms-docs/Configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/427a36de/qpid-jms-docs/Configuration.md
----------------------------------------------------------------------
diff --git a/qpid-jms-docs/Configuration.md b/qpid-jms-docs/Configuration.md
index 3cbde3f..1b0c31a 100644
--- a/qpid-jms-docs/Configuration.md
+++ b/qpid-jms-docs/Configuration.md
@@ -75,7 +75,7 @@ The options apply to the behaviour of the JMS objects such as Connection, Sessio
 
 + **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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org