summaryrefslogtreecommitdiff
path: root/qpid/specs
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2007-11-06 17:27:27 +0000
committerGordon Sim <gsim@apache.org>2007-11-06 17:27:27 +0000
commit6ee11959bff03826083c85943f14e6b4ceeaacff (patch)
tree217ad7ff3106b030505d7a70007c27aaf0eb2eff /qpid/specs
parent14efd3ce4c7f12a2da13164b5c8acc562fd30832 (diff)
downloadqpid-python-6ee11959bff03826083c85943f14e6b4ceeaacff.tar.gz
Add support for array type to c++ (and python, decode only for now)
Change the type of the in-doubt field in dtx-coordination.recover to an array (to bring in line with amqp spec) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@592494 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/specs')
-rw-r--r--qpid/specs/amqp.0-10-preview.xml14
1 files changed, 3 insertions, 11 deletions
diff --git a/qpid/specs/amqp.0-10-preview.xml b/qpid/specs/amqp.0-10-preview.xml
index be15561ed2..6ba6bfc5ed 100644
--- a/qpid/specs/amqp.0-10-preview.xml
+++ b/qpid/specs/amqp.0-10-preview.xml
@@ -1310,6 +1310,7 @@
<domain name="timestamp" type="timestamp" label="64-bit POSIX timestamp" />
<domain name="table" type="table" label="field table" />
<domain name="uuid" type="uuid" label="UUID (RFC4122 section 4.1.2) - 16 octets" />
+ <domain name="array" type="array" label="array"/>
<domain name="content" type="content" label="message content">
<doc>
@@ -5912,19 +5913,10 @@
are in a prepared or heuristically completed state.
</doc>
- <field name="in-doubt" domain="table" label="Table of xids to be recovered">
+ <field name="in-doubt" domain="array" label="array of xids to be recovered">
<doc>
- Table containing the sequence of xids to be recovered (xids that are in a prepared or
- heuristically completed state).
+ xids to be recovered (xids that are in a prepared or heuristically completed state).
</doc>
-
- <rule name="xid-sequence">
- <doc>
- The field table must contain a field called 'xids' of type sequence of longstrs
- representing the xids that are in a prepared or heuristically completed state.
- </doc>
- </rule>
-
<assert check="notnull" />
</field>
</struct>