summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-09-12 17:35:12 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2010-09-12 17:35:12 +0100
commit00c74a7dd44868788c2d6c9a66897544017b7275 (patch)
tree04da17eebd0009e68b1506a4b4e3cee009c4aff5
parente4b0943d629722a36f56ca8277d808c081e9c1ab (diff)
downloadrabbitmq-codegen-00c74a7dd44868788c2d6c9a66897544017b7275.tar.gz
exchange.unbind has nowait
-rw-r--r--amqp-rabbitmq-0.9.1.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/amqp-rabbitmq-0.9.1.json b/amqp-rabbitmq-0.9.1.json
index f01d51b..710806f 100644
--- a/amqp-rabbitmq-0.9.1.json
+++ b/amqp-rabbitmq-0.9.1.json
@@ -242,6 +242,7 @@
{"type": "shortstr", "name": "destination"},
{"type": "shortstr", "name": "source"},
{"type": "shortstr", "name": "routing-key", "default-value": ""},
+ {"type": "bit", "name": "nowait", "default-value": false},
{"type": "table", "name": "arguments", "default-value": {}}],
"name": "unbind",
"synchronous" : true},