Phobetor / rabbitmq-supervisor-bundle

Symfony bundle to automatically create and update supervisor configurations for RabbitMQ consumer daemons
MIT License
104 stars 42 forks source link

How can I ignore some queue? #59

Closed Sermanes closed 5 years ago

Sermanes commented 5 years ago

Hi! When I execute rebuild command, it generated all workers from all the queues I have in my project. But I want to ignore some queues because of different reassons.

How can I do it?

Phobetor commented 5 years ago

@Sermanes If you update to version 3.2.0 you can set the worker's count configuration to 0 to not have no consumers listening to that queue.