This project is a simple demo to test and demonstrate php-enqueue capabilities.
This demo uses redis transport
- run
docker-compose up -d
to start a redis - run
./bin/console enqueue:consume --setup-broker
in a terminal to setup consumer and broker - Run
symfony serve
in other terminal to init symfony server - Open
https://localhost:8000/producer
in your web browser to produce a message - Check how message is duplicated for each processor.