diff options
| author | Alan Conway <aconway@apache.org> | 2010-12-15 14:40:01 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-12-15 14:40:01 +0000 |
| commit | 9f13478e6ad313df9f548a65553c1cb18e00d43b (patch) | |
| tree | 0c0df8af36f38ffa41973c43a94618c1cc13e323 /qpid/cpp/xml | |
| parent | 8ad734ad94e5fca9c358326496515943250a5ac5 (diff) | |
| download | qpid-python-9f13478e6ad313df9f548a65553c1cb18e00d43b.tar.gz | |
Bug 662765 - Management broker ID should be the same for members of a cluster.
Replicate management UUID and name to members of a cluster.
See https://bugzilla.redhat.com/show_bug.cgi?id=662765.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1049566 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/xml')
| -rw-r--r-- | qpid/cpp/xml/cluster.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/cpp/xml/cluster.xml b/qpid/cpp/xml/cluster.xml index dfe9554ad1..0462838b1b 100644 --- a/qpid/cpp/xml/cluster.xml +++ b/qpid/cpp/xml/cluster.xml @@ -267,6 +267,10 @@ <control name="management-setup-state" code="0x36"> <field name="objectNum" type="uint64"/> <field name="bootSequence" type="uint16"/> + <field name="broker-id" type="uuid"/> + <field name="vendor" type="str32"/> + <field name="product" type="str32"/> + <field name="instance" type="str32"/> </control> </class> </amqp> |
