summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2013-01-14 21:53:13 +0000
committerAlan Conway <aconway@apache.org>2013-01-14 21:53:13 +0000
commitcca870a076db830914d747fa4f313859bf09ebf0 (patch)
treeef1c8c3193f368b36fd5c702b536cb9239c649c7
parent2c186ff50b0a582af9c7eaf0c4d889b634ff809d (diff)
downloadqpid-python-cca870a076db830914d747fa4f313859bf09ebf0.tar.gz
NO-JIRA: Minor update to active-passive cluster documentation.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1433161 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--doc/book/src/cpp-broker/Active-Passive-Cluster.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/book/src/cpp-broker/Active-Passive-Cluster.xml b/doc/book/src/cpp-broker/Active-Passive-Cluster.xml
index 8c7de9c40a..0a0d59045f 100644
--- a/doc/book/src/cpp-broker/Active-Passive-Cluster.xml
+++ b/doc/book/src/cpp-broker/Active-Passive-Cluster.xml
@@ -102,6 +102,11 @@ under the License.
primary. This protects those messages against a failure of the new
primary until the backups have a chance to connect and catch up.
</para>
+ <para>
+ Not all messages need to be replicated to the back-up brokers. If a
+ message is consumed and acknowledged by a regular client before it has
+ been replicated to a backup, then it doesn't need to be replicated.
+ </para>
<variablelist>
<title>Status of a HA broker</title>
<varlistentry>