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 | c50499e4c309e43367c2ff4ab478d85f88c3124c (patch) | |
| tree | 4a16a98213901f151d0550b9350b38b5bf041c85 /cpp/xml/cluster.xml | |
| parent | 086fd98a8869bf141a525b30e9c0f33d71b2a655 (diff) | |
| download | qpid-python-c50499e4c309e43367c2ff4ab478d85f88c3124c.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/qpid@1049566 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/xml/cluster.xml')
| -rw-r--r-- | cpp/xml/cluster.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/xml/cluster.xml b/cpp/xml/cluster.xml index dfe9554ad1..0462838b1b 100644 --- a/cpp/xml/cluster.xml +++ b/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> |
