diff options
| author | Alan Conway <aconway@apache.org> | 2012-09-25 00:36:26 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2012-09-25 00:36:26 +0000 |
| commit | 49d8141529fa89e1244c586e90a11d47962947a0 (patch) | |
| tree | 625ad3b34be505b026d421006a0cbbadcf33e062 | |
| parent | cc7f1226ea03ebbf85bb6952c3d687a8c4fe4b48 (diff) | |
| download | qpid-python-49d8141529fa89e1244c586e90a11d47962947a0.tar.gz | |
NO-JIRA: HA update documentation re. built-in exchanges.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1389665 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | doc/book/src/cpp-broker/Active-Passive-Cluster.xml | 7 |
1 files changed, 7 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 9617a843ed..fa8ea5eb19 100644 --- a/doc/book/src/cpp-broker/Active-Passive-Cluster.xml +++ b/doc/book/src/cpp-broker/Active-Passive-Cluster.xml @@ -590,6 +590,13 @@ NOTE: fencing is not shown, you must configure fencing appropriately for your cl <programlisting> "myqueue;{create:always,node:{x-declare:{arguments:{'qpid.replicate':all}}}}" </programlisting> + <para> + 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) + </para> </section> <section> |
