diff options
| author | Matthew Sackman <matthew@lshift.net> | 2010-02-05 12:52:42 +0000 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2010-02-05 12:52:42 +0000 |
| commit | 76020578b833c56af72d7f5e5b1a0a58dd818a8c (patch) | |
| tree | 83ae946fb38db5f2b5c0f6c33988e98d84ae41c8 /docs/rabbitmqctl.1.pod | |
| parent | 395b7374e7852f1d1803e6cc4ae0cbaa25296ae3 (diff) | |
| parent | 69254843dc48eb50911f3f7c0e42096e094b0cf6 (diff) | |
| download | rabbitmq-server-git-76020578b833c56af72d7f5e5b1a0a58dd818a8c.tar.gz | |
merging bug 22301 into default
Diffstat (limited to 'docs/rabbitmqctl.1.pod')
| -rw-r--r-- | docs/rabbitmqctl.1.pod | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.pod b/docs/rabbitmqctl.1.pod index a2521406d1..24efbdedc9 100644 --- a/docs/rabbitmqctl.1.pod +++ b/docs/rabbitmqctl.1.pod @@ -202,6 +202,22 @@ queue arguments id of the Erlang process associated with the queue +=item owner_pid + +id of the Erlang process representing the connection which is the +exclusive owner of the queue, or empty if the queue is non-exclusive + +=item exclusive_consumer_pid + +id of the Erlang process representing the channel of the exclusive +consumer subscribed to this queue, or empty if there is no exclusive +consumer + +=item exclusive_consumer_tag + +consumer tag of the exclusive consumer subscribed to this queue, or +empty if there is no exclusive consumer + =item messages_ready number of messages ready to be delivered to clients |
