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

Ability to delete messages for a single vhost #88

Open
egobude opened this issue Apr 13, 2017 · 1 comment
Open

Ability to delete messages for a single vhost #88

egobude opened this issue Apr 13, 2017 · 1 comment

Comments

@egobude
Copy link

egobude commented Apr 13, 2017

Hey guys,

currently we have the following setup: One global RabbitMQ instance and several vhost and we are using the delayed-message-exchange plugin. In the last days we had the problem that we had to delete the messages for a single vhost. Currently this is not possible. The only possible way to get rid of the messages is to disable the plugin but this will affect all vhosts which is not so good.

Is there an other way to delete the delayed messages for a single vhost?

Best regards
Benedikt

@michaelklishin
Copy link
Member

There is no. Given that messages have no identifiers, a time-based mechanism is the only thing I can think of.

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