summaryrefslogtreecommitdiff
path: root/amqp-rabbitmq-0.9.1.json
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
commit65ad5b201fefe52dab583a26e38b467502ff5679 (patch)
tree176700671903d22678756e8d51f13a7e798dc249 /amqp-rabbitmq-0.9.1.json
parent20a0f0ead8bb0c7ecedb63f1cc74dce29e6fff6d (diff)
downloadrabbitmq-codegen-git-65ad5b201fefe52dab583a26e38b467502ff5679.tar.gz
Added basic.nack to the JSON protocol definition
Diffstat (limited to 'amqp-rabbitmq-0.9.1.json')
-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 a1272431..c5c128e5 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"},