diff options
| author | Alan Conway <aconway@apache.org> | 2014-09-22 19:46:54 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2014-09-22 19:46:54 +0000 |
| commit | 61594b00e63acdafe336e21d6e12a42b350d05ce (patch) | |
| tree | 267ff5771ab8bba69eede99fcbd489a59deeaef2 /qpid/doc/book/src | |
| parent | dfc349ceae763021faaf384014423515b14ff2fb (diff) | |
| download | qpid-python-61594b00e63acdafe336e21d6e12a42b350d05ce.tar.gz | |
NO-JIRA: HA Trivial edits to HA doc.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1626880 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/doc/book/src')
| -rw-r--r-- | qpid/doc/book/src/cpp-broker/HA-Queue-Replication.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/doc/book/src/cpp-broker/HA-Queue-Replication.xml b/qpid/doc/book/src/cpp-broker/HA-Queue-Replication.xml index 71ad1578fb..81b55a3914 100644 --- a/qpid/doc/book/src/cpp-broker/HA-Queue-Replication.xml +++ b/qpid/doc/book/src/cpp-broker/HA-Queue-Replication.xml @@ -24,7 +24,7 @@ under the License. <title>Replicating Queues with the HA module</title> <para> As well as support for an active-passive cluster, the - <filename>HA</filename> module allows you to replicate individual queues, + HA module allows you to replicate individual queues, even if the brokers are not in a cluster. The <firstterm>original</firstterm> queue is used as normal. The <firstterm>replica</firstterm> queue is updated automatically as messages are added to or removed from the original @@ -36,7 +36,7 @@ under the License. other than via the automatic updates from the original. Adding or removing messages on the replica queue will make replication inconsistent and may cause message loss. - The <filename>HA</filename> module does <emphasis>not</emphasis> enforce + The HA module does <emphasis>not</emphasis> enforce restricted access to the replica queue (as it does in the case of a cluster) so it is up to the application to ensure the replica is not used until it has been disconnected from the original. @@ -45,7 +45,7 @@ under the License. <section> <title>Replicating queues</title> <para> - To create a replica queue, the <filename>HA</filename> module must be + To create a replica queue, the HA module must be loaded on both the original and replica brokers (it is loaded by default.) You also need to set the configuration option: <programlisting> |
