diff options
| author | Alan Conway <aconway@apache.org> | 2010-10-25 18:00:34 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-10-25 18:00:34 +0000 |
| commit | f27a733f9a4cca3ad2a42acb35ab4620a47e320d (patch) | |
| tree | a4d7d7a34a6cf42e1241e998f7da012ee37b109f /cpp/xml | |
| parent | 2c422462dc717e667c13aa74bbc552c8507e3f83 (diff) | |
| download | qpid-python-f27a733f9a4cca3ad2a42acb35ab4620a47e320d.tar.gz | |
New cluster: core framework and initial implementation of enqueue logic.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1027210 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/xml')
| -rw-r--r-- | cpp/xml/cluster.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/cpp/xml/cluster.xml b/cpp/xml/cluster.xml index 9cbad82d61..a334e2d785 100644 --- a/cpp/xml/cluster.xml +++ b/cpp/xml/cluster.xml @@ -279,4 +279,26 @@ <field name="data" type="vbin32"/> </control> </class> + + + <!-- TODO aconway 2010-10-20: Experimental classes for new cluster. --> + + <!-- Message delivery and disposition --> + <class name="cluster-message" code="0x82"> + <!-- FIXME aconway 2010-10-19: create message in fragments --> + <control name="routing" code="0x1"> + <field name="sequence" type="uint64"/> + <field name="message" type="str32"/> + </control> + + <control name="enqueue" code="0x2"> + <field name="sequence" type="uint64"/> + <field name="queue" type="str8"/> + </control> + + <control name="routed" code="0x3"> + <field name="sequence" type="uint64"/> + </control> + + </class> </amqp> |
