From 78ff9e27e020c82bfcfefc0aefc745d148d64191 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 14 Jan 2013 21:53:13 +0000 Subject: 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 --- doc/book/src/cpp-broker/Active-Passive-Cluster.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') 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. + + 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. + Status of a HA broker -- cgit v1.2.1