Skip to content

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

@PsyTae

Description

@PsyTae

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions