From a0e9ddb950d000ea6b0fec3437644200f30dff55 Mon Sep 17 00:00:00 2001 From: Michael Bridgen Date: Wed, 9 Feb 2011 16:26:29 +0000 Subject: Add count as a base for credit. This means messages in flight can be accounted for -- the sender of basic.credit may not have received all the messages the queue has delivered. --- amqp-rabbitmq-0.9.1.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'amqp-rabbitmq-0.9.1.json') diff --git a/amqp-rabbitmq-0.9.1.json b/amqp-rabbitmq-0.9.1.json index 3f1bd44..f237346 100644 --- a/amqp-rabbitmq-0.9.1.json +++ b/amqp-rabbitmq-0.9.1.json @@ -327,6 +327,7 @@ "name": "qos-ok"}, {"id": 12, "arguments": [{"type": "shortstr", "name": "consumer-tag", "default-value": ""}, + {"type": "long", "name": "count"}, {"type": "long", "name": "credit"}, {"type": "bit", "name": "drain"}], "name": "credit", @@ -337,6 +338,7 @@ {"id": 14, "arguments": [{"type": "shortstr", "name": "consumer-tag", "default-value": ""}, {"type": "long", "name": "credit"}, + {"type": "long", "name": "count"}, {"type": "long", "name": "available"}, {"type": "bit", "name": "drain"}], "name": "credit-state"}, -- cgit v1.2.1