summaryrefslogtreecommitdiff
path: root/qpid/specs
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2007-08-07 03:43:42 +0000
committerRafael H. Schloming <rhs@apache.org>2007-08-07 03:43:42 +0000
commit0399bf843528ad738d0c4d7f5ea03c6f84b42f7d (patch)
treec48d22cfd66b8de15a0b75bd366f0dc2aeb4cadf /qpid/specs
parente259c183e6069840df15ef63a1d097e08e32b71d (diff)
downloadqpid-python-0399bf843528ad738d0c4d7f5ea03c6f84b42f7d.tar.gz
- made generated classes mutable
- added setters to generated classes - moved version specific aspect of generated classes to read/write methods - simplified StructFactory - added ConnectionDelegate - removed DelegateResolver - implemented content and header transfer - implemented primitive command window - added ToyBroker and ToyClient for testing - removed throws QpidException from generated delegate git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@563386 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/specs')
-rw-r--r--qpid/specs/amqp.0-10-preview.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/qpid/specs/amqp.0-10-preview.xml b/qpid/specs/amqp.0-10-preview.xml
index 1cd3786786..4e2d417c47 100644
--- a/qpid/specs/amqp.0-10-preview.xml
+++ b/qpid/specs/amqp.0-10-preview.xml
@@ -772,6 +772,12 @@
</doc>
</domain>
+ <domain name="method-id" type="short">
+ <doc>
+ <!-- TODO: Description required for docs -->
+ </doc>
+ </domain>
+
<domain name="consumer-tag" type="shortstr" label="consumer tag">
<doc>
Identifier for the consumer, valid within the current connection.
@@ -820,7 +826,7 @@
</doc>
</domain>
- <domain name="method-id" type="uuid">
+ <domain name="message-id" type="uuid">
<doc>
Message-id is an optional property of UUID type which uniquly identifies a message within the
message system. The message producer is usually responsible for setting the message-id. Note