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/03/14 19:04:24 UTC

qpid-jms git commit: NO-JIRA Add missing documentation for the Failover transport randomize option.

Repository: qpid-jms
Updated Branches:
  refs/heads/master 7ff492048 -> 7d2d8531e


NO-JIRA Add missing documentation for the Failover transport randomize
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/7d2d8531
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/7d2d8531
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/7d2d8531

Branch: refs/heads/master
Commit: 7d2d8531ed4dac617ec7c0c1880fd62c1b30c01e
Parents: 7ff4920
Author: Timothy Bish <ta...@gmail.com>
Authored: Mon Mar 14 14:04:18 2016 -0400
Committer: Timothy Bish <ta...@gmail.com>
Committed: Mon Mar 14 14:04:18 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/7d2d8531/qpid-jms-docs/Configuration.md
----------------------------------------------------------------------
diff --git a/qpid-jms-docs/Configuration.md b/qpid-jms-docs/Configuration.md
index 3b7588a..043303a 100644
--- a/qpid-jms-docs/Configuration.md
+++ b/qpid-jms-docs/Configuration.md
@@ -179,6 +179,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.
 
 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