[rabbitmq-discuss] Queue Status
    Matthew Sackman 
    matthew at lshift.net
       
    Tue Dec  1 10:49:50 GMT 2009
    
    
  
On Tue, Dec 01, 2009 at 11:41:38AM +0100, Lars George wrote:
> Is there a way to query a queues status, as in queued elements, how many 
> not ack'ed yet etc.?
Not via the protocol - all you can get there is the number of messages
ready in a queue through eg queue.declare. However, if you use the
rabbitmqctl command, you can get messages_ready and
messages_unacknowledged, and other goodies too.
Matthew
    
    
More information about the rabbitmq-discuss
mailing list