summaryrefslogtreecommitdiff
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
commit0e4fa98e54ed03ec374d80d4e8f5ef58e7ee8cfb (patch)
tree8345daeb6db0566227a536aba99f1710722b6b10
parentb850abe4b5a8cc80b562c1f4afcc6700fd1656c9 (diff)
downloadrabbitmq-codegen-bug23214.tar.gz
rename basic.consume's 'filter' arg to 'arguments', as per the 0-9-1 specbug23214
-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 72cd628..2342204 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,