summaryrefslogtreecommitdiff
path: root/cpp/xml/cluster.xml
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-07-17 00:03:50 +0000
committerAlan Conway <aconway@apache.org>2008-07-17 00:03:50 +0000
commite65b0086a2924ff04640b1350393a816249d01b3 (patch)
treeb372c5386cc44e3ad16c4ae585088ed038a629e4 /cpp/xml/cluster.xml
parente596837411d54a16dd3cb1e5de717664496c2bd0 (diff)
downloadqpid-python-e65b0086a2924ff04640b1350393a816249d01b3.tar.gz
Cluster: shadow connections, fix lifecycle & valgrind issues.
- tests/ForkedBroker: improved broker forking, exec full qpidd. - Plugin::addFinalizer - more flexible way to shutdown plugins. - Reworked cluster extension points using boost::function. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@677471 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/xml/cluster.xml')
-rw-r--r--cpp/xml/cluster.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/cpp/xml/cluster.xml b/cpp/xml/cluster.xml
index ce9303fef8..aac095a9a9 100644
--- a/cpp/xml/cluster.xml
+++ b/cpp/xml/cluster.xml
@@ -22,12 +22,14 @@
<amqp major="0" minor="10" port="5672">
- <class name = "cluster" code = "0x80" label="clustering extensions">
+ <class name = "cluster" code = "0x80" label="Qpid clustering extensions.">
<doc>Qpid extension class to allow clustered brokers to communicate.</doc>
- <control name = "notify" code="0x1" label="notify cluster of a new member">
- <doc>Notify the cluster of a member URL</doc>
- <!-- No chassis element, this is handled by separte cluster code for now.-->
+
+ <control name = "notify" code="0x1">
<field name="url" type="str16" />
</control>
+
+ <control name="connection-close" code="0x2">
+ </control>
</class>
</amqp>