Repository: qpid-jms
Updated Branches:
  refs/heads/master 870a0ef0c -> 459eb8dba


NO-JIRA: tweak config descriptions for clarity and consistency


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

Branch: refs/heads/master
Commit: 459eb8dba5232fe6b7ee0394227437ced9c52e3e
Parents: 870a0ef
Author: Robbie Gemmell <rob...@apache.org>
Authored: Wed Sep 20 17:51:27 2017 +0100
Committer: Robbie Gemmell <rob...@apache.org>
Committed: Wed Sep 20 17:51:27 2017 +0100

----------------------------------------------------------------------
 qpid-jms-docs/Configuration.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/459eb8db/qpid-jms-docs/Configuration.md
----------------------------------------------------------------------
diff --git a/qpid-jms-docs/Configuration.md b/qpid-jms-docs/Configuration.md
index b950b5c..eff00ff 100644
--- a/qpid-jms-docs/Configuration.md
+++ b/qpid-jms-docs/Configuration.md
@@ -95,10 +95,10 @@ The options apply to the behaviour of the JMS objects such 
as Connection, Sessio
 + **jms.receiveNoWaitLocalOnly** If enabled receiveNoWait calls will only 
check a consumers local message buffer, otherwise the remote peer is checked to 
ensure there are really no messages available. Default is false, the remote is 
checked.
 + **jms.queuePrefix** Optional prefix value added to the name of any Queue 
created from a JMS Session.
 + **jms.topicPrefix** Optional prefix value added to the name of any Topic 
created from a JMS Session.
-+ **jms.closeTimeout** Timeout value that controls how long the client waits 
on resource closure before returning. (By default the client waits 60 seconds 
for a normal close completion event).
-+ **jms.connectTimeout** Timeout value that controls how long the client waits 
on Connection establishment before returning with an error. (By default the 
client waits 15 seconds for a connection to be established before failing).
-+ **jms.sendTimeout** Timeout value that controls how long the client waits on 
completion of a synchronous message send before returning an error (By default 
the client will wait indefinitely for a send to complete).
-+ **jms.requestTimeout** Timeout value that controls how long the client waits 
on completion of various synchronous interactions with the remote peer before 
returning an error (By default the client will wait indefinitely for a request 
to complete
++ **jms.closeTimeout** Timeout value that controls how long the client waits 
on resource closure before returning. By default the client waits 60 seconds 
for a normal close completion event.
++ **jms.connectTimeout** Timeout value that controls how long the client waits 
on Connection establishment before returning with an error. By default the 
client waits 15 seconds for a connection to be established before failing.
++ **jms.sendTimeout** Timeout value that controls how long the client waits on 
completion of a synchronous message send before returning an error. By default 
the client will wait indefinitely for a send to complete.
++ **jms.requestTimeout** Timeout value that controls how long the client waits 
on completion of various synchronous interactions, such as opening a producer 
or consumer, before returning an error. Does not affect synchronous message 
sends. By default the client will wait indefinitely for a request to complete.
 + **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.


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

Reply via email to