When I Close A Connection Or Delete A Queue, It Comes Back #3245
Replies: 3 comments 1 reply
-
I will convert this issue to a GitHub discussion. Currently GitHub will automatically close and lock the issue even though your question will be transferred and responded to elsewhere. This is to let you know that we do not intend to ignore this but this is how the current GitHub conversion mechanism makes it seem for the users :( |
Beta Was this translation helpful? Give feedback.
-
My best guess with this much information provided is that your application(s) recover and redeclare. RabbitMQ does not declare |
Beta Was this translation helpful? Give feedback.
-
…and RabbitMQ most certainly cannot recover any closed client connection. It does not connect to clients, instead, clients connect to RabbitMQ. |
Beta Was this translation helpful? Give feedback.
-
Whenever I attempt to close a connection with the following
.\rabbitmqctl.bat close_all_connections rabbit@name
or with the UI.All 77 connections are automatically added back.
I tried removing the application all together, however I connections still remain.
I also tried remove all queues first and then the connections
which said they removed successfully,
but they still come back.
One thing I noticed is if you change the password of the account you're using, the connections will remain deleted,
however if you change it back to the original password, the connections will come back.
Here is the log from when I attempt to remove a single connection
Beta Was this translation helpful? Give feedback.
All reactions