[rabbitmq-discuss] queue statistics

Marek Majkowski majek04 at gmail.com
Thu Dec 2 14:33:12 GMT 2010


On Wed, Dec 1, 2010 at 14:32, mixtli <mixtlispam at gmail.com> wrote:
> Are the queue statistics known to work?  I'm on 2.1.1 from macports,
> and all statistics on all queues seem to show 0.
>
> sudo rabbitmqctl -p netatlas list_queues name messages
> messages_unacknowledged messages_ready
>
> Listing queues ...
> poller_config_44         0      0       0
> poller_config_35         0      0       0
> poller_config_39         0      0       0
> poller_config_28         0      0       0
>
>
> This is after I've sent many messages to the queue.  I'm able to pop
> them off, but they never show up in stats.

Hi,

rabbitmqctl should just work, I'm pretty sure you're doing something wrong.
Are you using 'acks' or 'no_ack=True'? If the latter, than the message
count=0 is actually a proper value.

Cheers,
  Marek


More information about the rabbitmq-discuss mailing list