cdn77/rabbitmq-bundle

RabbitMQ Symfony bundle for BunnyPHP.

0.4.0 2022-04-05 13:54 UTC

README

GitHub Actions Code Coverage Downloads Packagist Infection MSI

This bundle provides following commands:

  • rabbitmq:setup – Creates exchanges, queues and bindings between them as specified in configuration in your RabbitMQ instance.
  • rabbitmq:consumer:run <consumer name> – Runs specified consumer
  • debug:rabbitmq:consumers – Displays registered consumers

For further information see following sections