diff options
| author | Matthias Radestock <matthias@lshift.net> | 2010-02-04 21:09:26 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2010-02-04 21:09:26 +0000 |
| commit | e7b2fda90f41d2af0ed4e8788f6db462d0e419c5 (patch) | |
| tree | 2389aa5ebd11a0f3164fc54e42ebab5a2c5ccea6 /docs | |
| parent | b3711bfb0cf231d352ef96d9b95f01780d2731a2 (diff) | |
| download | rabbitmq-server-git-e7b2fda90f41d2af0ed4e8788f6db462d0e419c5.tar.gz | |
make channel 'messages_unacknowledged' item semantics match that of queues
namely, don't decrease the count for uncommitted acks
Also, add 'acks_uncommitted' info item, for completeness
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.pod b/docs/rabbitmqctl.1.pod index 8921f7d78c..a2521406d1 100644 --- a/docs/rabbitmqctl.1.pod +++ b/docs/rabbitmqctl.1.pod @@ -421,6 +421,11 @@ number of logical AMQP consumers retrieving messages via the channel number of messages delivered via this channel but not yet acknowledged +=item acks_uncommitted + +number of acknowledgements received in an as yet uncommitted +transaction + =item prefetch_count QoS prefetch count limit in force, 0 if unlimited |
