From f0cc1df2ece6f0373f5b341f73f2e2c7cf7b3207 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 3 May 2013 19:31:18 +0000 Subject: NO-JIRA: HA minor documentation updates. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1478943 13f79535-47bb-0310-9956-ffa450edef68 --- doc/book/src/cpp-broker/Active-Passive-Cluster.xml | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/doc/book/src/cpp-broker/Active-Passive-Cluster.xml b/doc/book/src/cpp-broker/Active-Passive-Cluster.xml index b98e054b98..9c5f3a4fc7 100644 --- a/doc/book/src/cpp-broker/Active-Passive-Cluster.xml +++ b/doc/book/src/cpp-broker/Active-Passive-Cluster.xml @@ -317,7 +317,15 @@ ssl_addr = "ssl:" host [":" port]' - ha-backup-timeout SECONDS + ha-backup-timeoutSECONDS + + + Values specified as SECONDS can be a + fraction of a second, e.g. "0.1" for a tenth of a second. + They can also have an explicit unit, e.g. 10s, 10ms, 10us, 10ns + + + Maximum time that a recovering primary will wait for an expected @@ -326,7 +334,10 @@ ssl_addr = "ssl:" host [":" port]' - link-maintenance-interval SECONDS + + link-maintenance-interval SECONDS + + Interval for the broker to check link health and re-connect links if need @@ -336,7 +347,10 @@ ssl_addr = "ssl:" host [":" port]' - link-heartbeat-interval SECONDS + + link-heartbeat-interval SECONDS + + Heartbeat interval for replication links. The link will be assumed broken -- cgit v1.2.1