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:25 UTC

[3/3] qpid-jms git commit: QPIDJMS-240: update documentation to detail new useDaemonThread option

QPIDJMS-240: update documentation to detail new useDaemonThread 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/6b56819e
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/6b56819e
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/6b56819e

Branch: refs/heads/master
Commit: 6b56819ea2d0ab669bb9ec779eeb318d879317c5
Parents: 84f1815
Author: Robert Gemmell <ro...@apache.org>
Authored: Fri Dec 16 12:13:13 2016 +0000
Committer: Robert Gemmell <ro...@apache.org>
Committed: Fri Dec 16 12:13:13 2016 +0000

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


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/6b56819e/qpid-jms-docs/Configuration.md
----------------------------------------------------------------------
diff --git a/qpid-jms-docs/Configuration.md b/qpid-jms-docs/Configuration.md
index 749dcbc..66f9f6e 100644
--- a/qpid-jms-docs/Configuration.md
+++ b/qpid-jms-docs/Configuration.md
@@ -103,6 +103,7 @@ The options apply to the behaviour of the JMS objects such as Connection, Sessio
 + **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.
++ **jms.useDaemonThread** Controls whether a Connection will use a daemon thread for its executor. Defaults to false to ensure a non-daemon thread is present by default.
 
 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