diff options
| author | Gordon Sim <gsim@apache.org> | 2007-09-21 10:39:36 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-09-21 10:39:36 +0000 |
| commit | ac502eb4336c57f5f1bf102f2d58f003d71dc82e (patch) | |
| tree | 2989d7bf16531a2e02627dd422cd7225e610d3fd /qpid/specs | |
| parent | 460d40357a22227a1aa26d19de23e5103a878a35 (diff) | |
| download | qpid-python-ac502eb4336c57f5f1bf102f2d58f003d71dc82e.tar.gz | |
Use octet each for class and method id (changed c++ and python)
Modified indexes in xml for message.empty, message.offset and the c++ cluster class
Fixed encoding for rfc1982-long-set in c++ and python (its a size not a count that is prepended)
Fixed minor typo in configuration option help string
Use session.open/close in python tests, handle session.closed
Commented out the response tag in session.close due to pythons ambiguity as to whether session.closed is a response or not
Disabled broker.test_closed_channel (due to above issue); broker behaves as expected but test fails; test_invalid_channel is safe enough for now.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@578053 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/specs')
| -rw-r--r-- | qpid/specs/amqp-transitional.0-10.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qpid/specs/amqp-transitional.0-10.xml b/qpid/specs/amqp-transitional.0-10.xml index 7949ed7ed9..da3863f00b 100644 --- a/qpid/specs/amqp-transitional.0-10.xml +++ b/qpid/specs/amqp-transitional.0-10.xml @@ -2064,7 +2064,9 @@ <chassis name="client" implement="MUST" /> <chassis name="server" implement="MUST" /> + <!-- <response name="closed" /> + --> </method> <!-- - Method: session.closed - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> @@ -6923,7 +6925,7 @@ <!-- - Method: message.empty - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> - <method name="empty" index="510" label="empty queue"> + <method name="empty" index="200" label="empty queue"> <doc> Signals that a queue does not contain any messages; usually sent in response to the get method. @@ -6935,7 +6937,7 @@ <!-- - Method: message.offset - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> - <method name="offset" index="530" label="return an offset"> + <method name="offset" index="210" label="return an offset"> <doc> Returns the data offset into a reference body; usually sent in response to resume method. </doc> |
