Skip to content

nikophil/messenger-monitor-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published