diff options
| author | Alan Conway <aconway@apache.org> | 2013-04-11 15:59:58 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2013-04-11 15:59:58 +0000 |
| commit | 601bbc88d0eba00b24b27b409efda5194da1a2c3 (patch) | |
| tree | 47ed02dbea36f8261e24ab6d8405c431db8264f4 /doc | |
| parent | fcef15f46d59a0fbe73e382140612d42dfabeee9 (diff) | |
| download | qpid-python-601bbc88d0eba00b24b27b409efda5194da1a2c3.tar.gz | |
NO-JIRA: HA updates to migration guide.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1466933 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/book/src/cpp-broker/Active-Passive-Cluster.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/book/src/cpp-broker/Active-Passive-Cluster.xml b/doc/book/src/cpp-broker/Active-Passive-Cluster.xml index cc3ee587c4..aef49baecf 100644 --- a/doc/book/src/cpp-broker/Active-Passive-Cluster.xml +++ b/doc/book/src/cpp-broker/Active-Passive-Cluster.xml @@ -603,7 +603,10 @@ NOTE: fencing is not shown, you must configure fencing appropriately for your cl <para> Clients can only connect to the primary broker. Backup brokers reject any connection attempt by a client. Clients rejected by a backup broker will - simply fail-over until they connect to the primary. + automatically fail-over until they connect to the primary. if + <literal>ha-public-url</literal> contains multiple addresses, the client + will them all in rotation. If it is a virtual IP address the clients will + retry on the same address until it is reconnected. </para> <para> Clients are configured with the URL for the cluster (details below for @@ -874,7 +877,7 @@ NOTE: fencing is not shown, you must configure fencing appropriately for your cl </section> <section id ="ha-store"> - <title>Using a message store in a cluster</title> + <title>Using a message store in a cluster</title> <para> If you use a persistent store for your messages then each broker in a cluster will have its own store. If the entire cluster fails and is |
