Based on a series of videos on YouTube by Gart Clarke Asynchronous Symfony
Symfony 7 Message Queue Guide
$ git clone https://github.com/kaevdokimov/symfony-async.git
$ cd symfony-asyncInitialization:
$ make initThen access the application in your browser at the given URL (https://localhost:8080 by default).
Execute this command to run tests:
$ make app-tests