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
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?