diff options
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> |
