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/10/14 15:21:11 UTC

qpid-jms git commit: NO-JIRA: trivial typo fixups and tweaks

Repository: qpid-jms
Updated Branches:
  refs/heads/master 7b39e7cfc -> c99af46de


NO-JIRA: trivial typo fixups and tweaks


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

Branch: refs/heads/master
Commit: c99af46de94dbf15a76211cedb8f5b66482ca487
Parents: 7b39e7c
Author: Robert Gemmell <ro...@apache.org>
Authored: Fri Oct 14 16:20:36 2016 +0100
Committer: Robert Gemmell <ro...@apache.org>
Committed: Fri Oct 14 16:20:36 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/c99af46d/qpid-jms-docs/Configuration.md
----------------------------------------------------------------------
diff --git a/qpid-jms-docs/Configuration.md b/qpid-jms-docs/Configuration.md
index af3614c..f8e66de 100644
--- a/qpid-jms-docs/Configuration.md
+++ b/qpid-jms-docs/Configuration.md
@@ -195,7 +195,7 @@ These options apply to the behaviour of certain AMQP functionality.
 + **amqp.saslLayer** Controls whether connections should use a SASL layer or not. Default is true.
 + **amqp.saslMechanisms** Which SASL mechanism(s) the client should allow selection of, if offered by the server and usable with the configured credentials. Comma separated if specifying more than 1 mechanism. Default is to allow selection from all the clients supported mechanisms, which are currently EXTERNAL, SCRAM-SHA-256, SCRAM-SHA-1, CRAM-MD5, PLAIN, and ANONYMOUS.
 + **amqp.maxFrameSize** The max-frame-size value in bytes that is advertised to the peer. Default is 1048576.
-+ **amqp.drainTimeout** The time in milliseconds that the client will wait for a response from the remote when a drain request is made, if no response is seen in the alloted timeout period the link we be considered failed and the associated MessageConsumer will be closed.  The default timeout value is 60000.
++ **amqp.drainTimeout** The time in milliseconds that the client will wait for a response from the remote when a consumer drain request is made. If no response is seen in the allotted timeout period the link will be considered failed and the associated consumer will be closed. Default is 60000.
 
 ### Failover Configuration options
 
@@ -219,7 +219,7 @@ The complete set of configuration options for failover is listed below:
 + **failover.maxReconnectAttempts** The number of reconnection attempts allowed before reporting the connection as failed to the client.  The default is no limit or (-1).
 + **failover.startupMaxReconnectAttempts** For a client that has never connected to a remote peer before this option control how many attempts are made to connect before reporting the connection as failed.  The default is to use the value of maxReconnectAttempts.
 + **failover.warnAfterReconnectAttempts** Controls how often the client will log a message indicating that failover reconnection is being attempted.  The default is to log every 10 connection attempts.
-+ **failover.randomize** When true the set of failover URIs is randomly shuffled prior to attempting to connect to one of them.  This can help to distribute client connections more evenly across multiple remote peers.  The default value for this setting is to false.
++ **failover.randomize** When true the set of failover URIs is randomly shuffled prior to attempting to connect to one of them.  This can help to distribute client connections more evenly across multiple remote peers.  The default value is false.
 
 The failover URI also supports defining 'nested' options as a means of specifying AMQP and transport option values applicable to all the individual nested broker URI's, which can be useful to avoid repetition. This is accomplished using the same "transport." and "amqp." URI options outlined earlier for a non-failover broker URI but prefixed with *failover.nested.*. For example, to apply the same value for the *amqp.vhost* option to every broker connected to you might have a URI like:
 


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