NO-JIRA: fix typo in 'nested options' description, and give it a general update 
for clarity


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

Branch: refs/heads/master
Commit: e6dfc74197c53010cc9b26e653b371a5ce52d4bc
Parents: 3484a28
Author: Robert Gemmell <rob...@apache.org>
Authored: Wed Jun 24 16:14:14 2015 +0100
Committer: Robert Gemmell <rob...@apache.org>
Committed: Wed Jun 24 16:14:14 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/e6dfc741/qpid-jms-docs/Configuration.md
----------------------------------------------------------------------
diff --git a/qpid-jms-docs/Configuration.md b/qpid-jms-docs/Configuration.md
index 8ddd253..9ffc580 100644
--- a/qpid-jms-docs/Configuration.md
+++ b/qpid-jms-docs/Configuration.md
@@ -160,7 +160,7 @@ The complete set of configuration options for failover is 
listed below:
 + **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.
 
-The failover URI options also supports defining 'nested' options applicable to 
each individual broker URI, which can be used to avoid repetition and define 
options common to them all. This is accomplished using the same URI options 
outlined earlier for the indivual broker URI but now prefixed with 
*failover.nested.*:
+The failover URI also supports defining 'nested' options. These provide means 
of specifying global option values applicable to all the individual nested 
broker URI's, which can be useful to avoid repetition. This is accomplished 
using the same URI options outlined earlier for the individual broker URI but 
prefixed with *failover.nested.*. For example, to apply a value for the 
*jms.clientID* option to every broker URI you could specify:
 
     
failover:(amqp://broker1:5672,amqp://broker2:5672)?failover.nested.jms.clientID=foo
 


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

Reply via email to