Skip to content

Commit ea16a02

Browse files
authored
GH-2956: Fix doc for RabbitAdmin constants
Cannot find the constants (QUEUE_NAME/QUEUE_MESSAGE_COUNT/QUEUE_CONSUMER_COUNT) in RabbitTemplate Fixes: #2956 Issue link: #2956 Signed-off-by: Peter Xi <[email protected]> Co-authored-by: Peter Xi <[email protected]> **Auto-cherry-pick to `3.2.x`**
1 parent e5cdb1a commit ea16a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/antora/modules/ROOT/pages/amqp/broker-configuration.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public interface AmqpAdmin {
4343
See also xref:amqp/template.adoc#scoped-operations[Scoped Operations].
4444

4545
The `getQueueProperties()` method returns some limited information about the queue (message count and consumer count).
46-
The keys for the properties returned are available as constants in the `RabbitTemplate` (`QUEUE_NAME`,
46+
The keys for the properties returned are available as constants in the `RabbitAdmin` (`QUEUE_NAME`,
4747
`QUEUE_MESSAGE_COUNT`, and `QUEUE_CONSUMER_COUNT`).
4848
The xref:amqp/management-rest-api.adoc#management-rest-api[RabbitMQ REST API] provides much more information in the `QueueInfo` object.
4949

0 commit comments

Comments
 (0)