summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Harrop <rob@rabbitmq.com>2011-01-11 15:31:14 +0000
committerRob Harrop <rob@rabbitmq.com>2011-01-11 15:31:14 +0000
commita2ee9a7e00197ff355d8a36519a71136803e5c5b (patch)
tree176700671903d22678756e8d51f13a7e798dc249
parent8ddb4d5d208b38f4683425fc3925b2c63a588e6a (diff)
downloadrabbitmq-codegen-a2ee9a7e00197ff355d8a36519a71136803e5c5b.tar.gz
Added basic.nack to the JSON protocol definition
-rw-r--r--amqp-rabbitmq-0.9.1.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/amqp-rabbitmq-0.9.1.json b/amqp-rabbitmq-0.9.1.json
index a127243..c5c128e 100644
--- a/amqp-rabbitmq-0.9.1.json
+++ b/amqp-rabbitmq-0.9.1.json
@@ -405,7 +405,11 @@
"synchronous" : true},
{"id": 111,
"arguments": [],
- "name": "recover-ok"}],
+ "name": "recover-ok"},
+ {"id": 120,
+ "arguments": [{"type": "longlong", "name": "delivery-tag", "default-value": 0},
+ {"type": "bit", "name": "multiple", "default-value": false}],
+ "name": "nack"}],
"name": "basic",
"properties": [{"type": "shortstr", "name": "content-type"},
{"type": "shortstr", "name": "content-encoding"},