summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2013-04-11 17:52:47 +0000
committerAlan Conway <aconway@apache.org>2013-04-11 17:52:47 +0000
commitb4d9ace620e1175bf805d9926f77c10dcb0048a2 (patch)
tree156da1e0ca33dd6ea0796ac0ba90690c0bc681af /qpid/cpp
parentb53be102665d5b9544dadfc5eff17582a84cd11a (diff)
downloadqpid-python-b4d9ace620e1175bf805d9926f77c10dcb0048a2.tar.gz
NO-JIRA: HA doc updates to migration guide and broker book.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1467007 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/README-HA.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/qpid/cpp/README-HA.txt b/qpid/cpp/README-HA.txt
index 8b1070c435..03e190a3fc 100644
--- a/qpid/cpp/README-HA.txt
+++ b/qpid/cpp/README-HA.txt
@@ -79,11 +79,14 @@ will be assumed broken if there is no heartbeat for twice the interval.
Configuring rgmanager
---------------------
-The new HA module requires an external cluster resource manager, `rgmanager`
-provided by the `cman` package. `rgmanager` is responsible for stopping and
-starting brokers and determining which broker is promoted to primary. It is also
-responsible for detecting primary failures and promoting a new primary. See
-["Configuring rgmanager as resource manager"][ha-rm-config]
+The new HA module requires an external cluster resource manager. Initially it
+supports `rgmanager` provided by the `cman` package. `rgmanager` is responsible
+for stopping and starting brokers and determining which broker is promoted to
+primary. It is also responsible for detecting primary failures and promoting a
+new primary. See ["Configuring rgmanager as resource manager"][ha-rm-config]
+
+It is relatively easy to integrate with a new resource manager, see
+["Integrating with other Cluster Resource Managers"][ha-other-rm]
Broker Administration Tools
---------------------------