Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 596 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 596 Bytes

Messenger Monitor App

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