diff options
-rw-r--r-- | amqp-0.8.json | 6 |
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": [], |