summaryrefslogtreecommitdiff
path: root/cpp/xml/cluster.xml
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-07-16 16:28:14 +0000
committerAlan Conway <aconway@apache.org>2009-07-16 16:28:14 +0000
commit2263213d7dfa3aaba38360144f7b098fd0a96bee (patch)
treec5ae73ed7c26362b5eb9f1a5298bab74501056f9 /cpp/xml/cluster.xml
parentb70e5a051527440f6a764d08a96adf908c5a8af0 (diff)
downloadqpid-python-2263213d7dfa3aaba38360144f7b098fd0a96bee.tar.gz
Update queue listeners in the correct order.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@794736 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/xml/cluster.xml')
-rw-r--r--cpp/xml/cluster.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/cpp/xml/cluster.xml b/cpp/xml/cluster.xml
index ab66179a05..92917dcfa6 100644
--- a/cpp/xml/cluster.xml
+++ b/cpp/xml/cluster.xml
@@ -108,8 +108,6 @@
<field name="name" type="str8"/>
<field name="blocked" type="bit"/>
<field name="notifyEnabled" type="bit"/>
- <!-- Flag set if the consumer is in its queue's listener set. -->
- <field name="is-in-listener" type="bit"/>
</control>
<!-- Delivery-record for outgoing messages sent but not yet accepted. -->
@@ -191,5 +189,10 @@
<!-- Set expiry-id for subsequent messages. -->
<control name="expiry-id" code="0x33"><field name="expiry-id" type="uint64"/></control>
+ <!-- Add a listener to a queue -->
+ <control name="add-queue-listener" code="0x34">
+ <field name="queue" type="str8"/>
+ <field name="consumer" type="uint32"/>
+ </control>
</class>
</amqp>