Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to call amqplib's channel.checkQueue() #178

Open
PsyTae opened this issue Oct 19, 2018 · 0 comments
Open

Is there a way to call amqplib's channel.checkQueue() #178

PsyTae opened this issue Oct 19, 2018 · 0 comments

Comments

@PsyTae
Copy link

PsyTae commented Oct 19, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant