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

Can it be used with SwarrotBundle? #32

Closed zspine closed 6 years ago

zspine commented 6 years ago

Just wondering whether it's safe to use it with https://github.com/swarrot/SwarrotBundle or not?

Phobetor commented 6 years ago

Hello @zspine

This bundle currently fetches the configuration from the values created by php-amqplib/rabbitmq-bundle. I didn't take a deeper look at SwarrotBundle but I assume that it uses other configuration values. Therefore it will most likely not work.

zspine commented 6 years ago

Hi @Phobetor,

Thank you very much for the detailed explanation. Are you using any strategy pattern to import the configuration values?

Phobetor commented 6 years ago

Hello @zspine

Sorry about the delayed answer. Currently the import is hard coded because I crated this bundle to use with rabbitmq-bundle. But this can change if there are other good and widely used bundles.