diff options
| author | Gordon Sim <gsim@apache.org> | 2008-03-06 11:44:36 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-03-06 11:44:36 +0000 |
| commit | b7c474ea80fce5d53236aeea9f74c9107da0152d (patch) | |
| tree | 6d0a36c807c309cdebe3ba18dfe4c0bbbb75bfb8 /cpp/xml | |
| parent | 7e162fa97ef0d430714b9630121a055fe5adece9 (diff) | |
| download | qpid-python-b7c474ea80fce5d53236aeea9f74c9107da0152d.tar.gz | |
Fix message delivery for 0-10 final codepath
Convert two more python tests to use 0-10 client
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@634229 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/xml')
| -rw-r--r-- | cpp/xml/extra.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/cpp/xml/extra.xml b/cpp/xml/extra.xml index b838a466c4..f8bd7688b4 100644 --- a/cpp/xml/extra.xml +++ b/cpp/xml/extra.xml @@ -33,6 +33,40 @@ </doc> </domain> + <domain name="delivery-properties-010"> + <struct size="long" pack="short" type="1025"> + <field name="discard-unroutable" domain="bit" label="controls discard of unroutable messages"/> + <field name="immediate" domain="bit" label="Consider message unroutable if it cannot be + processed immediately"/> + <field name="redelivered" domain="bit" label="redelivery flag"/> + <field name="priority" domain="octet" label="message priority, 0 to 9" + required="true"/> + <field name="delivery-mode" domain="octet" label="message persistence requirement" + required="true"/> + <field name="ttl" domain="longlong" label="time to live in ms"/> + <field name="timestamp" domain="longlong" label="message timestamp"/> + <field name="expiration" domain="longlong" label="message expiration time"/> + <field name="exchange" domain="shortstr" label="originating exchange"/> + <field name="routing-key" domain="shortstr" label="message routing key"/> + <field name="resume-id" domain="mediumstr" label="global id for message transfer"/> + <field name="resume-ttl" domain="longlong" label="ttl in ms for interrupted message data"/> + </struct> + </domain> + + <domain name="message-properties-010"> + <struct size="long" pack="short" type="1027"> + <field name="content-length" domain="longlong" label="length of the body segment in bytes"/> + <field name="message-id" domain="uuid" label="application message identifier"/> + <field name="correlation-id" domain="mediumstr" label="application correlation identifier"/> + <field name="reply-to" domain="reply-to" label="destination to reply to"/> + <field name="content-type" domain="shortstr" label="MIME content type"/> + <field name="content-encoding" domain="shortstr" label="MIME content encoding"/> + <field name="user-id" domain="mediumstr" label="creating user id"/> + <field name="app-id" domain="mediumstr" label="creating application id"/> + <field name="application-headers" domain="table" label="application specific headers table"/> + </struct> + </domain> + <class name = "connection010" index = "1"> <method name = "start" index="1"> |
