summaryrefslogtreecommitdiff
path: root/qpid/cpp/xml
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-07-17 02:06:50 +0000
committerAlan Conway <aconway@apache.org>2008-07-17 02:06:50 +0000
commitb4f78e457644c495008f0730d7e5cd7bf233b587 (patch)
tree69bdff4a6abf750737352c6abec18b8a32e953e9 /qpid/cpp/xml
parentdadcc5aae18b3d6de4410f0dd381cf2283a54e83 (diff)
downloadqpid-python-b4f78e457644c495008f0730d7e5cd7bf233b587.tar.gz
Enable dequeue for prototype cluster
- qpid/broker/SemanticState.cpp: moved doOutput into write idle callback. - qpid/broker/Connection.cpp: make doOutput an intercept point. - qpid/cluster/*: intercept doOutput to serialize output in cluster thread. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@677486 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/xml')
-rw-r--r--qpid/cpp/xml/cluster.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/qpid/cpp/xml/cluster.xml b/qpid/cpp/xml/cluster.xml
index aac095a9a9..6dfb4d14c3 100644
--- a/qpid/cpp/xml/cluster.xml
+++ b/qpid/cpp/xml/cluster.xml
@@ -29,7 +29,9 @@
<field name="url" type="str16" />
</control>
- <control name="connection-close" code="0x2">
- </control>
+ <control name="connection-close" code="0x2"/>
+
+ <control name="connection-do-output" code="0x3"/>
+
</class>
</amqp>