Skip to content

Cannot find the constants (QUEUE_NAME/QUEUE_MESSAGE_COUNT/QUEUE_CONSUMER_COUNT) in RabbitTemplate #2956

@XiPengyuan

Description

@XiPengyuan

The keys for the properties returned are available as constants in the `RabbitTemplate` (`QUEUE_NAME`,

The getQueueProperties() method returns some limited information about the queue (message count and consumer count). The keys for the properties returned are available as constants in the RabbitTemplate (QUEUE_NAME, QUEUE_MESSAGE_COUNT, and QUEUE_CONSUMER_COUNT).

But I couldn't find a definition for any of these constants in the RabbitTemplate source code. Is this RabbitTemplate or RabbitAdmin?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions