diff options
| author | Emile Joubert <emile@rabbitmq.com> | 2010-09-17 16:52:51 +0100 |
|---|---|---|
| committer | Emile Joubert <emile@rabbitmq.com> | 2010-09-17 16:52:51 +0100 |
| commit | a9d4538cc7103f0b4516ad6b581a1e081bee98df (patch) | |
| tree | 632061c41e4e6080f4b15806b1d609dfc097e528 /docs | |
| parent | a23aba3b2b534feeaaaad3aeef7d04eb7348b5b9 (diff) | |
| download | rabbitmq-server-git-a9d4538cc7103f0b4516ad6b581a1e081bee98df.tar.gz | |
rabbitmqctl reports channel blocked status
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 5179eb253c..57fb0827ab 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -1101,6 +1101,10 @@ <term>prefetch_count</term> <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> + </varlistentry> </variablelist> <para> If no <command>channelinfoitem</command>s are specified then pid, |
