summaryrefslogtreecommitdiff
path: root/qpid/cpp/xml/cluster.xml
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2011-01-18 20:43:41 +0000
committerAlan Conway <aconway@apache.org>2011-01-18 20:43:41 +0000
commitb4462bef74f9dfedf726f4eed29f9463825e2d7b (patch)
tree6fa6cc3550e2cffbbb6d98d65c16eb1189a2758b /qpid/cpp/xml/cluster.xml
parent54895c3ce0a66a4630289bfeb6ed4f86516e784e (diff)
downloadqpid-python-b4462bef74f9dfedf726f4eed29f9463825e2d7b.tar.gz
QPID-2982 Bug 669452 - Creating a route and using management tools can crash cluster members.
Cluster update did not include federation link and bridge objects. Fixed update to include them. Management linkUp and linkDown events were generated only on the broker receiving the link. Suppressed these events in a cluster. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1060568 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/xml/cluster.xml')
-rw-r--r--qpid/cpp/xml/cluster.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/cpp/xml/cluster.xml b/qpid/cpp/xml/cluster.xml
index 0462838b1b..5e407a061f 100644
--- a/qpid/cpp/xml/cluster.xml
+++ b/qpid/cpp/xml/cluster.xml
@@ -272,5 +272,9 @@
<field name="product" type="str32"/>
<field name="instance" type="str32"/>
</control>
+
+ <!-- Replicate encoded config objects - e.g. links and bridges. -->
+ <control name="config" code="0x37"><field name="encoded" type="str32"/></control>
</class>
+
</amqp>