diff options
| author | Alan Conway <aconway@apache.org> | 2008-07-17 00:03:50 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-07-17 00:03:50 +0000 |
| commit | dadcc5aae18b3d6de4410f0dd381cf2283a54e83 (patch) | |
| tree | 1b1ef852fbdc3e876c07b8a312353ed80c1b0c49 /qpid/cpp/xml | |
| parent | 67950fcc3be6df960fc0aaeec53c69d0797f4acb (diff) | |
| download | qpid-python-dadcc5aae18b3d6de4410f0dd381cf2283a54e83.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@677471 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/xml')
| -rw-r--r-- | qpid/cpp/xml/cluster.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/qpid/cpp/xml/cluster.xml b/qpid/cpp/xml/cluster.xml index ce9303fef8..aac095a9a9 100644 --- a/qpid/cpp/xml/cluster.xml +++ b/qpid/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> |
