summaryrefslogtreecommitdiff
path: root/amqp-rabbitmq-0.9.1.json
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2010-09-01 06:42:53 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2010-09-01 06:42:53 +0100
commit0becf6ed90a739c472abd8c9ee7ef0b45ce56d2d (patch)
tree8345daeb6db0566227a536aba99f1710722b6b10 /amqp-rabbitmq-0.9.1.json
parentc57c5c8e00341cda2e27f29d2e3653fcd778add0 (diff)
downloadrabbitmq-codegen-git-0becf6ed90a739c472abd8c9ee7ef0b45ce56d2d.tar.gz
rename basic.consume's 'filter' arg to 'arguments', as per the 0-9-1 spec
Diffstat (limited to 'amqp-rabbitmq-0.9.1.json')
-rw-r--r--amqp-rabbitmq-0.9.1.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/amqp-rabbitmq-0.9.1.json b/amqp-rabbitmq-0.9.1.json
index 72cd6286..2342204e 100644
--- a/amqp-rabbitmq-0.9.1.json
+++ b/amqp-rabbitmq-0.9.1.json
@@ -310,7 +310,7 @@
{"type": "bit", "name": "no-ack", "default-value": false},
{"type": "bit", "name": "exclusive", "default-value": false},
{"type": "bit", "name": "nowait", "default-value": false},
- {"type": "table", "name": "filter", "default-value": {}}],
+ {"type": "table", "name": "arguments", "default-value": {}}],
"name": "consume",
"synchronous" : true},
{"id": 21,