Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Queues hang when there is no permission to publish #480

Closed
dbampalikis opened this issue Nov 14, 2022 · 2 comments
Closed

Queues hang when there is no permission to publish #480

dbampalikis opened this issue Nov 14, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@dbampalikis
Copy link
Contributor

If the configuration of the RabbitMQ doesn't give access to a user to publish to a specific exchange, the service hangs and requires restart.

For example here if the user doesn't have access to publish to the exchange, the message is not unacked and the next messages are not taken care of

@blankdots
Copy link
Contributor

i think we might be reaching a deadlock here, which i noticed also in other use case e.g. a ack is not sent by the service and the MQ timesout, causing a service to reach a deadlock. Not sure if the solution here rabbitmq/amqp091-go#123 would solve it 🤔

@norling norling added the bug Something isn't working label Feb 10, 2023
@nanjiangshu
Copy link
Contributor

need to be verified

@viklund viklund closed this as completed Nov 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants