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

symfony 4, missing commands from console #31

Closed rmikalkenas closed 6 years ago

rmikalkenas commented 6 years ago

None of the RabbitMQ supervisor bundle commands work on symfony4

bearded-coder-official commented 6 years ago

Need that, too. Thanks

rmikalkenas commented 6 years ago

managed to load commands by adding them to services.yaml:

    Phobetor\RabbitMqSupervisorBundle\Command\:
        resource: '../vendor/phobetor/rabbitmq-supervisor-bundle/Phobetor/RabbitMqSupervisorBundle/Command/*'

but then another problem occurs:

The "phobetor_rabbitmq_supervisor" service or alias has been removed or inlined when the container was compiled. You should either make it public, or stop using the container directly and use dependency injection instead. 

@Phobetor when could we expect compatibility with sf4?