diff options
| author | Alan Conway <aconway@apache.org> | 2013-01-14 21:53:13 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2013-01-14 21:53:13 +0000 |
| commit | 78ff9e27e020c82bfcfefc0aefc745d148d64191 (patch) | |
| tree | ef1c8c3193f368b36fd5c702b536cb9239c649c7 /doc | |
| parent | a345ce343d957c1b04d1e2e15c2d8112c10ccc91 (diff) | |
| download | qpid-python-78ff9e27e020c82bfcfefc0aefc745d148d64191.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
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/book/src/cpp-broker/Active-Passive-Cluster.xml | 5 |
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> |
