rabbitmq-delayed-message-exchange
rabbitmq-delayed-message-exchange copied to clipboard
Ability to delete messages for a single vhost
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
There is no. Given that messages have no identifiers, a time-based mechanism is the only thing I can think of.