You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: