summaryrefslogtreecommitdiff
path: root/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
commit15b836801bd401565d452bb3c31e830eeb4bc0d1 (patch)
tree328d540c5c0a566819656384e276fd4cc7eb98bb /specs
parentcd31479023158c05208bfe4c4084bd59521123dd (diff)
downloadqpid-python-15b836801bd401565d452bb3c31e830eeb4bc0d1.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/qpid@563386 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'specs')
-rw-r--r--specs/amqp.0-10-preview.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/specs/amqp.0-10-preview.xml b/specs/amqp.0-10-preview.xml
index 1cd3786786..4e2d417c47 100644
--- a/specs/amqp.0-10-preview.xml
+++ b/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