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
{{ message }}
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
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 🤔
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
The text was updated successfully, but these errors were encountered: