diff options
author | Matthias Radestock <matthias@rabbitmq.com> | 2010-09-28 02:32:00 +0100 |
---|---|---|
committer | Matthias Radestock <matthias@rabbitmq.com> | 2010-09-28 02:32:00 +0100 |
commit | 8048d47671ad46d13d2c081825cf66120e9158ac (patch) | |
tree | 87598c067e3aa3d8dce14c6a32c1bc95799718c2 /docs | |
parent | ca1f41fc32f762db50d32b5602ad18a5c573cb9a (diff) | |
download | rabbitmq-server-8048d47671ad46d13d2c081825cf66120e9158ac.tar.gz |
minor tweaksbug23115
- rename rabbit_limiter:internal_is_blocked to 'blocked' - reads less
awkward that way
- call 'blocked' in handler of rabbit_limiter:is_blocked call - avoids
code dup and makes the connection to the internal check more obvious
- rename info item to 'client_flow_blocked'
- tweak docs for info item to hopefully make it clearer how the
condition arises and what the consequences are.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/rabbitmqctl.1.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 57fb0827..7dc6c32e 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -1102,8 +1102,12 @@ <listitem><para>QoS prefetch count limit in force, 0 if unlimited.</para></listitem> </varlistentry> <varlistentry> - <term>blocked_channelflow</term> - <listitem><para>True if the consuming client blocked the channel, false otherwise.</para></listitem> + <term>client_flow_blocked</term> + <listitem><para>True if the client issued a + <command>channel.flow{active=false}</command> + command, blocking the server from delivering + messages to the channel's consumers. + </para></listitem> </varlistentry> </variablelist> <para> |