summaryrefslogtreecommitdiff
path: root/cpp/xml
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2012-03-30 19:36:48 +0000
committerAlan Conway <aconway@apache.org>2012-03-30 19:36:48 +0000
commit712e0901906d8412179d6b1dc251770afd3e8fd1 (patch)
treecfa1077e6de21d236165b7f523d419fe68c63c1b /cpp/xml
parentc3959879b3b10b86e879901167a977f96371f9b9 (diff)
downloadqpid-python-712e0901906d8412179d6b1dc251770afd3e8fd1.tar.gz
QPID-3603: Keep acquired messages on queues for all queue types.
Updated priority and lvq queues to keep acquired messages, and supply them to browsers if requested. This is necessary so replicating subscriptions can back-up these queue types without message loss. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1307582 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/xml')
-rw-r--r--cpp/xml/cluster.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/xml/cluster.xml b/cpp/xml/cluster.xml
index 7b3f2fe63b..580451c5b5 100644
--- a/cpp/xml/cluster.xml
+++ b/cpp/xml/cluster.xml
@@ -304,8 +304,7 @@
<!-- Set the fairshare delivery related state of a replicated queue. -->
<control name="queue-fairshare-state" code="0x38">
<field name="queue" type="str8"/>
- <field name="position" type="uint8"/>
- <field name="count" type="uint8"/>
+ <field name="counts" type="map"/>
</control>
<!-- Replicate a QueueObserver for a given queue. -->