From 679b0073bd260f2d3535f0884814ee3f7231f799 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 14 Nov 2012 16:04:28 +0000 Subject: QPID-4401: Revert: HA bindings for QMF exchanges not replicated. This reverts r1403946: There was a problem with this, for example if I bind a queue Q to receive broker events. On the backup, Q will receive double events: from the replicating subscription to the primary and events generated locally in the backup broker. That can cause the backup to generate "invalid position" errors and shut down. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1409243 13f79535-47bb-0310-9956-ffa450edef68 --- doc/book/src/cpp-broker/Active-Passive-Cluster.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (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 4c1d742841..65ce108aef 100644 --- a/doc/book/src/cpp-broker/Active-Passive-Cluster.xml +++ b/doc/book/src/cpp-broker/Active-Passive-Cluster.xml @@ -594,9 +594,14 @@ NOTE: fencing is not shown, you must configure fencing appropriately for your cl There are some built-in exchanges created automatically by the broker, these exchangs are never replicated. The built-in exchanges are the default (nameless) - exchange, the AMQP standard exchanges (amq.direct, amq.topic, amq.fanout and - amq.match) and the management exchanges (qpid.management, qmf.default.direct and - qmf.default.topic) + exchange, the AMQP standard exchanges (amq.direct, amq.topic, amq.fanout and + amq.match) and the management exchanges (qpid.management, qmf.default.direct and + qmf.default.topic) + + + Note that if you bind a replicated queue to one of these exchanges, the + binding wil not be replicated, so the queue will not + have the binding after a fail-over. -- cgit v1.2.1