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 | 5f29278bbdc32b348847f866769dfb375761423c (patch) | |
| tree | 384f45e9e5ce9a73eb295413cc0000f07139faa8 /qpid/cpp/xml/cluster.xml | |
| parent | 70973bf809ce4e94d2486e082bc2ab47290ee88e (diff) | |
| download | qpid-python-5f29278bbdc32b348847f866769dfb375761423c.tar.gz | |
QPID-3076: enable flow control for clustered broker configurations.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1097432 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/xml/cluster.xml')
| -rw-r--r-- | qpid/cpp/xml/cluster.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/qpid/cpp/xml/cluster.xml b/qpid/cpp/xml/cluster.xml index 24883c5e9a..4d83c5b5de 100644 --- a/qpid/cpp/xml/cluster.xml +++ b/qpid/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> |
