Skip to content

As a library user I want to get informations about a queue #38

@l4mby

Description

@l4mby

The user should be able to get informations of a queue through the management

const queueInfo = await management.getQueueInfo("test-queue")
const messageCount = queueInfo.messageCount()
const consumerCount = queueInfo.consumerCount()
const leader = queueInfo.leader()

Metadata

Metadata

Assignees

No one assigned

    Labels

    todoNext feature to implement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions