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 2016/12/16 12:14:24 UTC

[2/3] qpid-jms git commit: QPIDJMS-235: update documentation to detail new awaitClientID option

QPIDJMS-235: update documentation to detail new awaitClientID option


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

Branch: refs/heads/master
Commit: 84f18152a9b7138c501bf24d9c0089a57accf9b6
Parents: 2a4108b
Author: Robert Gemmell <ro...@apache.org>
Authored: Fri Dec 16 12:02:35 2016 +0000
Committer: Robert Gemmell <ro...@apache.org>
Committed: Fri Dec 16 12:02:35 2016 +0000

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


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/84f18152/qpid-jms-docs/Configuration.md
----------------------------------------------------------------------
diff --git a/qpid-jms-docs/Configuration.md b/qpid-jms-docs/Configuration.md
index 1490f6b..749dcbc 100644
--- a/qpid-jms-docs/Configuration.md
+++ b/qpid-jms-docs/Configuration.md
@@ -102,6 +102,7 @@ The options apply to the behaviour of the JMS objects such as Connection, Sessio
 + **jms.clientIDPrefix** Optional prefix value that is used for generated Client ID values when a new Connection is created for the JMS ConnectionFactory.  The default prefix is 'ID:'.
 + **jms.connectionIDPrefix** Optional prefix value that is used for generated Connection ID values when a new Connection is created for the JMS ConnectionFactory.  This connection ID is used when logging some information from the JMS Connection object so a configurable prefix can make breadcrumbing the logs easier.  The default prefix is 'ID:'.
 + **jms.populateJMSXUserID** Controls whether a MessageProducer will populate the JMSXUserID value for each sent message using the authenticated username from the connection.  This value defaults to false and the JMSXUserID for all sent message will not be populated.
++ **jms.awaitClientID** Controls whether a Connection with no ClientID configured in the URI will wait for a ClientID being set programatically (or the connection being used otherwise to signal none can be set) before sending the AMQP connection Open. Defaults to true.
 
 The Prefetch Policy controls how many messages the remote peer can send to the client and be held in a prefetch buffer for each consumer instance.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org