summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2014-09-22 19:46:54 +0000
committerAlan Conway <aconway@apache.org>2014-09-22 19:46:54 +0000
commite4d5f5e708f29c15416705491fdf2d0f7e3759f1 (patch)
tree2341a0757dd981d2f1026ba524e49e9fc8e85e85
parentcb826116478476562abfad7509598b194d403fb0 (diff)
downloadqpid-python-e4d5f5e708f29c15416705491fdf2d0f7e3759f1.tar.gz
NO-JIRA: HA Trivial edits to HA doc.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1626880 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--doc/book/src/cpp-broker/HA-Queue-Replication.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/book/src/cpp-broker/HA-Queue-Replication.xml b/doc/book/src/cpp-broker/HA-Queue-Replication.xml
index 71ad1578fb..81b55a3914 100644
--- a/doc/book/src/cpp-broker/HA-Queue-Replication.xml
+++ b/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>