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 | cff9b25560555d6a8e23fccad3cb23a44b86ee7b (patch) | |
| tree | 87598c067e3aa3d8dce14c6a32c1bc95799718c2 /docs | |
| parent | a9d4538cc7103f0b4516ad6b581a1e081bee98df (diff) | |
| download | rabbitmq-server-git-cff9b25560555d6a8e23fccad3cb23a44b86ee7b.tar.gz | |
minor tweaks
- 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 57fb0827ab..7dc6c32e45 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> |
