Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gracefully handle connection/channel termination #5

Open
michaelklishin opened this issue Sep 5, 2016 · 1 comment
Open

Gracefully handle connection/channel termination #5

michaelklishin opened this issue Sep 5, 2016 · 1 comment
Assignees

Comments

@michaelklishin
Copy link
Member

One of our (not yet public) test suites uses this plugin to test rabbitmq-plugins. As of rabbitmq/rabbitmq-server#500 and rabbitmq/rabbitmq-server#627, when a vhost is deleted, all connections in it will be force closed. This currently causes this plugin to effectively shut down, messing up certain test expectations because plugin activation never really finishes (!).

@michaelklishin michaelklishin self-assigned this Sep 5, 2016
@hairyhum
Copy link

hairyhum commented Sep 7, 2016

Direct connections are not being closed during vhost deletion. The plugin shuts down because of a channel error trying to publish to a missing exchange.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants