summaryrefslogtreecommitdiff
path: root/cpp/xml/cluster.xml
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-08-21 18:04:18 +0000
committerAlan Conway <aconway@apache.org>2008-08-21 18:04:18 +0000
commit2b97a69197fb986c209339c48ed98bb45203e107 (patch)
tree8bd157cc9d19757b6d9c00c5ab2c353ca336f8bf /cpp/xml/cluster.xml
parentc6c237e2450250a6ef18c5af93e2a733aba10932 (diff)
downloadqpid-python-2b97a69197fb986c209339c48ed98bb45203e107.tar.gz
Pre-buffering output strategy for cluster.
Additional hooks in broker code, should not affect standalone broker. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@687813 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/xml/cluster.xml')
-rw-r--r--cpp/xml/cluster.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/cpp/xml/cluster.xml b/cpp/xml/cluster.xml
index 6dfb4d14c3..8d6b5a241e 100644
--- a/cpp/xml/cluster.xml
+++ b/cpp/xml/cluster.xml
@@ -26,12 +26,18 @@
<doc>Qpid extension class to allow clustered brokers to communicate.</doc>
<control name = "notify" code="0x1">
+ <role name="server" implement="MUST" />
<field name="url" type="str16" />
</control>
- <control name="connection-close" code="0x2"/>
+ <control name="connection-close" code="0x2">
+ <role name="server" implement="MUST" />
+ </control>
- <control name="connection-do-output" code="0x3"/>
+ <control name="connection-do-output" code="0x3">
+ <role name="server" implement="MUST" />
+ <field name="bytes" type="uint32"/>
+ </control>
</class>
</amqp>