summaryrefslogtreecommitdiff
path: root/specs
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2007-02-21 16:03:24 +0000
committerMartin Ritchie <ritchiem@apache.org>2007-02-21 16:03:24 +0000
commit735f111e1274bb737b3ff59f42e7f0002fec7ad6 (patch)
tree97e583f5f80fae099c19d611bfcba4c58c865f77 /specs
parent5679739e02af18e04fb66ce531356c051373646b (diff)
downloadqpid-python-735f111e1274bb737b3ff59f42e7f0002fec7ad6.tar.gz
QPID-348 Reverted unecessary nowait addition to amqp Basic.Recover spec.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@510076 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'specs')
-rw-r--r--specs/amqp.0-8.xml11
1 files changed, 1 insertions, 10 deletions
diff --git a/specs/amqp.0-8.xml b/specs/amqp.0-8.xml
index 8426720b67..3b0a1d5363 100644
--- a/specs/amqp.0-8.xml
+++ b/specs/amqp.0-8.xml
@@ -2513,16 +2513,7 @@ localised reply text
recipient. If this bit is 1, the server will attempt to requeue the
message, potentially then delivering it to an alternative subscriber.
</doc>
- </field>
- <field name = "nowait" type = "bit">
- do not send a reply method
- <doc>
- If set, the server will not respond to the method. The client should
- not wait for a reply method. If the server could not complete the
- method it will raise a channel or connection exception.
- </doc>
- </field>
-
+ </field>
<doc name="rule">
The server MUST set the redelivered flag on all messages that are resent.
</doc>