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 | 79c22ad9eb116acc84775d5c02698b6bfe5093ff (patch) | |
| tree | d41e962b0be0effbc1ebb1d1429962d5a0fc9b59 | |
| parent | 2f6b79afabde1a9ba2a1cdf5b573939e5804d4b7 (diff) | |
| download | qpid-python-79c22ad9eb116acc84775d5c02698b6bfe5093ff.tar.gz | |
NO-JIRA: HA update documentation re. built-in exchanges.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1389665 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml | 7 |
1 files changed, 7 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 9617a843ed..fa8ea5eb19 100644 --- a/qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml +++ b/qpid/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> |
