Repository: qpid-jms Updated Branches: refs/heads/master 5d40bc407 -> b0c6638d8
Add a few update for failover options. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/b0c6638d Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/b0c6638d Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/b0c6638d Branch: refs/heads/master Commit: b0c6638d88f70924efe2d0c85949b9559b20316e Parents: 5d40bc4 Author: Timothy Bish <tabish...@gmail.com> Authored: Wed Feb 4 09:14:53 2015 -0500 Committer: Timothy Bish <tabish...@gmail.com> Committed: Wed Feb 4 09:14:53 2015 -0500 ---------------------------------------------------------------------- Configuration.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/b0c6638d/Configuration.md ---------------------------------------------------------------------- diff --git a/Configuration.md b/Configuration.md index 7e1e50a..c43d0b4 100644 --- a/Configuration.md +++ b/Configuration.md @@ -50,8 +50,9 @@ The options apply to the behavior of the JMS objects. ## Failover Configuration options -* __failover.initialReconnectDelay__ defaults to 0 -* __failover.maxReconnectDelay__ defaults to 30 seconds +* __failover.initialReconnectDelay__ The amount of time the client will wait before the first attempt to reconnect to a remote peer. The default value is zero, meaning the first attempt happens immediately. +* __failover.reconnectDelay__ defaults to 10 milliseconds. +* __failover.maxReconnectDelay__ The maximum time that the client will wait before attempting a reconnect. This value is only used when the backoff feature is enabled to ensure that the delay doesn't not grow to large. Defaults to 30 seconds as the max time between connect attempts. * __failover.useExponentialBackOff__ defaults to true * __failover.backOffMultiplier__ defaults to 2.0d * __failover.maxReconnectAttempts__ defaults to Unlimited (-1) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org