You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ta...@apache.org on 2016/04/01 17:50:13 UTC

qpid-jms git commit: QPIDJMS-163 Add docs for the populateJMSXUserID configuration option.

Repository: qpid-jms
Updated Branches:
  refs/heads/master de9539de3 -> 5fb9399de


QPIDJMS-163  Add docs for the populateJMSXUserID configuration 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/5fb9399d
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/5fb9399d
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/5fb9399d

Branch: refs/heads/master
Commit: 5fb9399de1782f1a4c80ad6f460967afb825f383
Parents: de9539d
Author: Timothy Bish <ta...@gmail.com>
Authored: Fri Apr 1 11:49:58 2016 -0400
Committer: Timothy Bish <ta...@gmail.com>
Committed: Fri Apr 1 11:49:58 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/5fb9399d/qpid-jms-docs/Configuration.md
----------------------------------------------------------------------
diff --git a/qpid-jms-docs/Configuration.md b/qpid-jms-docs/Configuration.md
index a9002bf..ccc6863 100644
--- a/qpid-jms-docs/Configuration.md
+++ b/qpid-jms-docs/Configuration.md
@@ -100,6 +100,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.messageIDType** Controls the type of the Message ID assigned to messages sent from the client.  By default a generated String value is used on outgoing messages, other available types are UUID and UUID_STRING.
++ **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.
 
 These values control 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