You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2014/09/22 21:46:55 UTC

svn commit: r1626880 - /qpid/trunk/qpid/doc/book/src/cpp-broker/HA-Queue-Replication.xml

Author: aconway
Date: Mon Sep 22 19:46:54 2014
New Revision: 1626880

URL: http://svn.apache.org/r1626880
Log:
NO-JIRA: HA Trivial edits to HA doc.

Modified:
    qpid/trunk/qpid/doc/book/src/cpp-broker/HA-Queue-Replication.xml

Modified: qpid/trunk/qpid/doc/book/src/cpp-broker/HA-Queue-Replication.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/cpp-broker/HA-Queue-Replication.xml?rev=1626880&r1=1626879&r2=1626880&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/book/src/cpp-broker/HA-Queue-Replication.xml (original)
+++ qpid/trunk/qpid/doc/book/src/cpp-broker/HA-Queue-Replication.xml Mon Sep 22 19:46:54 2014
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org