I was looking for a way in the rabbot docs to see if there was a way to call the amqplib's channel.checkQueue('foobar').
This returns an object like
{
queue: 'foobar',
messageCount: 0,
consumerCount: 0
}
Would love to be able to use rabbot to return current message count on a queue or the number of consumers registered for that queue from inside my code.