diff options
| author | Gordon Sim <gsim@apache.org> | 2008-03-27 18:04:42 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-03-27 18:04:42 +0000 |
| commit | f9380575ddccbe48edd5305e96db70892c1dc1aa (patch) | |
| tree | bf4361ed80e1ad3c3d2aca4a345c8d0b49d5d642 /cpp/xml | |
| parent | 719c2529a14527c236e871603136ccbe44f632d3 (diff) | |
| download | qpid-python-f9380575ddccbe48edd5305e96db70892c1dc1aa.tar.gz | |
Send accept in response to message publications if required.
Hold up completion (and accept) until message from transfer is fully enqueued.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@641929 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/xml')
| -rw-r--r-- | cpp/xml/extra.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/xml/extra.xml b/cpp/xml/extra.xml index 6080800f60..799a9299d0 100644 --- a/cpp/xml/extra.xml +++ b/cpp/xml/extra.xml @@ -656,6 +656,7 @@ <method name = "transfer" index="1"> <doc>blah, blah</doc> <chassis name="server" implement="MUST" /> + <chassis name="client" implement="MUST" /> <field name="destination" domain="shortstr"/> <field name="accept-mode" domain="octet"/> <field name="acquire-mode" domain="octet"/> @@ -663,11 +664,13 @@ <method name = "accept" index="2"> <doc>blah, blah</doc> <chassis name="server" implement="MUST" /> + <chassis name="client" implement="MUST" /> <field name="commands" domain="sequence-set"/> </method> <method name = "reject" index="3"> <doc>blah, blah</doc> <chassis name="server" implement="MUST" /> + <chassis name="client" implement="MUST" /> <field name="commands" domain="sequence-set"/> <field name="code" domain="short"/> <field name="text" domain="shortstr"/> |
