Simulate server-side channel failure #7644
Unanswered
lali1-betsson
asked this question in
Questions
Replies: 1 comment 2 replies
-
Please attach a log file showing this. "Unexpected" channel closures shouldn't happen with RabbitMQ. Closing a channel is not an operation we're likely to support. You can use the HTTP API to close connections. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes we experience unexpected channel closures, initiated by server.
Sometimes our client-side custom recovery logic fails to properly create another one.
So I'd like to (ideally programmatically) force a server-side channel close, so that I could test our custom recovery logic.
(Closing the whole connection manually in management console is a different scenario, I'd like just to kill a single channel in a working connection).
Any ideas how to do this?
Beta Was this translation helpful? Give feedback.
All reactions