-
Notifications
You must be signed in to change notification settings - Fork 637
Cannot find the constants (QUEUE_NAME/QUEUE_MESSAGE_COUNT/QUEUE_CONSUMER_COUNT) in RabbitTemplate #2956
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Milestone
Comments
See
And they are used like:
I'm not sure why you talk about |
That looks like a bug in documentation. |
XiPengyuan
pushed a commit
to XiPengyuan/spring-amqp
that referenced
this issue
Feb 10, 2025
Cannot find the constants (QUEUE_NAME/QUEUE_MESSAGE_COUNT/QUEUE_CONSUMER_COUNT) in RabbitTemplate Fixes spring-projects#2956
Merged
XiPengyuan
pushed a commit
to XiPengyuan/spring-amqp
that referenced
this issue
Feb 10, 2025
Cannot find the constants (QUEUE_NAME/QUEUE_MESSAGE_COUNT/QUEUE_CONSUMER_COUNT) in RabbitTemplate Fixes spring-projects#2956 Signed-off-by: Peter Xi <[email protected]>
PR: #2959 |
spring-builds
pushed a commit
that referenced
this issue
Feb 10, 2025
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]> (cherry picked from commit ea16a02)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
spring-amqp/src/reference/antora/modules/ROOT/pages/amqp/broker-configuration.adoc
Line 46 in cfdc239
But I couldn't find a definition for any of these constants in the
RabbitTemplate
source code. Is thisRabbitTemplate
orRabbitAdmin
?The text was updated successfully, but these errors were encountered: