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 | b1413e235387223d9824e7102f56cd2a01b973b9 (patch) | |
| tree | b10956d62d60f0bb831f83ddb89bff14f7f1cae9 /qpid | |
| parent | 86fecf0e0c2e7d042b35d88c4c836b4a1b21591d (diff) | |
| download | qpid-python-b1413e235387223d9824e7102f56cd2a01b973b9.tar.gz | |
NO-JIRA: Minor update to active-passive cluster documentation.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1433161 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid')
| -rw-r--r-- | qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml b/qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml index 8c7de9c40a..0a0d59045f 100644 --- a/qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml +++ b/qpid/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> |
