rabbitmq-delayed-message-exchange icon indicating copy to clipboard operation
rabbitmq-delayed-message-exchange copied to clipboard

Ability to delete messages for a single vhost

Open egobude opened this issue 7 years ago • 1 comments

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

egobude avatar Apr 13 '17 08:04 egobude

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

michaelklishin avatar May 05 '17 10:05 michaelklishin