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

Consumers are not created #53

Closed cmmartin closed 6 years ago

cmmartin commented 6 years ago

I have a configuration that defines multiple consumers, but they are never created...

    consumers:
        general:
            connection:       default
            exchange_options: {name: 'general', type: direct}
            queue_options:    {name: 'general'}
            ...

After running console rabbitmq-supervisor:rebuild

The consumers seem to be missing. I am not consuming any messages and when I run

rabbitmqctl list_consumers

There are none listed. The exchanges and queues are present and everything else seems to be working fine. Any idea what is going on? I can't seem to find any errors either