summaryrefslogtreecommitdiff
path: root/amqp-rabbitmq-0.9.1.json
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-02-01 14:49:58 +0000
committerSimon MacMullen <simon@rabbitmq.com>2011-02-01 14:49:58 +0000
commit70dc04941ae8851206a7c98165989b73205fa160 (patch)
treeb7c0d8344245c557131bc9c446d4ec49b8730c0c /amqp-rabbitmq-0.9.1.json
parent082c2222441f32b48b121586d8b615939cb7aa74 (diff)
downloadrabbitmq-codegen-70dc04941ae8851206a7c98165989b73205fa160.tar.gz
First pass at channel.credit.
Diffstat (limited to 'amqp-rabbitmq-0.9.1.json')
-rw-r--r--amqp-rabbitmq-0.9.1.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/amqp-rabbitmq-0.9.1.json b/amqp-rabbitmq-0.9.1.json
index 078c388..78d47bd 100644
--- a/amqp-rabbitmq-0.9.1.json
+++ b/amqp-rabbitmq-0.9.1.json
@@ -169,6 +169,15 @@
{"id": 21,
"arguments": [{"type": "bit", "name": "active"}],
"name": "flow-ok"},
+ {"id": 22,
+ "arguments": [{"type": "long", "name": "credit"},
+ {"type": "bit", "name": "drain"}],
+ "name": "credit"},
+ {"id": 23,
+ "arguments": [{"type": "long", "name": "credit"},
+ {"type": "long", "name": "available"},
+ {"type": "bit", "name": "drain"}],
+ "name": "credit-state"},
{"id": 40,
"arguments": [{"type": "short", "name": "reply-code"},
{"type": "shortstr", "name": "reply-text", "default-value": ""},