diff options
| author | Kenneth Anthony Giusti <kgiusti@apache.org> | 2011-04-28 12:25:59 +0000 |
|---|---|---|
| committer | Kenneth Anthony Giusti <kgiusti@apache.org> | 2011-04-28 12:25:59 +0000 |
| commit | 9b7442210d74846fac84e5e86236f0f2fc21886c (patch) | |
| tree | 6269e80bae30d0bf18f2ad72b8943f14f3bcaf6a /cpp/xml | |
| parent | 55c1e336b7ba8f30a9c673f59150eb75ff62505e (diff) | |
| download | qpid-python-9b7442210d74846fac84e5e86236f0f2fc21886c.tar.gz | |
QPID-3076: enable flow control for clustered broker configurations.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1097432 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/xml')
| -rw-r--r-- | cpp/xml/cluster.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cpp/xml/cluster.xml b/cpp/xml/cluster.xml index 24883c5e9a..4d83c5b5de 100644 --- a/cpp/xml/cluster.xml +++ b/cpp/xml/cluster.xml @@ -281,6 +281,14 @@ <field name="position" type="uint8"/> <field name="count" type="uint8"/> </control> + + <!-- Replicate a QueueObserver for a given queue. --> + <control name="queue-observer-state" code="0x39"> + <field name="queue" type="str8"/> + <field name="observer-id" type="str8"/> + <field name="state" type="map"/> <!-- "name"=value --> + </control> + </class> </amqp> |
