summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@lshift.net>2008-11-07 17:19:35 +0000
committerTony Garnock-Jones <tonyg@lshift.net>2008-11-07 17:19:35 +0000
commita5a64bf94441f14fd4b72c469b55fbfcc3c0d982 (patch)
treec92ad43ed9e00fc2bdfe794e92d50c449000b8c3
parentd07e20cb3d36d176aab8e8a8a0c34a3a47feb209 (diff)
downloadrabbitmq-codegen-bug19250.tar.gz
Revert to 0-9 definition.bug19250
-rw-r--r--amqp-0.8.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/amqp-0.8.json b/amqp-0.8.json
index 655fff2..fa4b58d 100644
--- a/amqp-0.8.json
+++ b/amqp-0.8.json
@@ -277,11 +277,11 @@
"arguments": [{"type": "long", "name": "message-count"}],
"name": "delete-ok"},
{"id": 50,
- "arguments": [{"type": "shortstr", "name": "queue"},
+ "arguments": [{"type": "short", "name": "ticket", "default-value": 1},
+ {"type": "shortstr", "name": "queue"},
{"type": "shortstr", "name": "exchange"},
{"type": "shortstr", "name": "routing-key"},
- {"type": "table", "name": "arguments"},
- {"type": "bit", "name": "nowait", "default-value": false}],
+ {"type": "table", "name": "arguments"}],
"name": "unbind"},
{"id": 51,
"arguments": [],