Skip to content

There are no consumers for the queue defined through definitions.json file in rabbitmq in kubernetes cluster #10003

Closed Locked Answered by michaelklishin
gbalamk asked this question in Other
Discussion options

You must be logged in to vote

Your applications add consumers. RabbitMQ (with the exception of shovels and federation links) never adds consumers to queues.

It does not matter if a queue was declared by a client or created via a definitions files: your applications are responsible for registering consumers.

Perhaps make sure that your apps that are supposed to consume those messages are deployed, up and running, and can connect to RabbitMQ nodes.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Comment options

You must be logged in to vote
2 replies
@gbalamk
Comment options

@michaelklishin
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #10003 on November 28, 2023 13:59.