This is a sandbox app in order to test Messenger Monitor Bundle
You can use docker-compose to have a database & redis & rabbitmq installed:
$ docker-compose up -d --build
Messages can be dispatched with this command:
$ ./bin/console messenger:dispatch-message
All messages have 20% chance to fail and to be sent to the failure transport.
Consume messages with the following command:
./bin/console messenger:consume amqp doctrine redis in-memory -vv