Symfony Messenger Multiple Failed Transports Feature demo
Q | A |
---|---|
Branch? | master |
Bug fix? | no |
New feature? | yes |
Deprecations? | no |
Tickets | Fix symfony/symfony#34911 |
License | MIT |
Doc PR | symfony/symfony-docs#13489 |
git clone git@github.com:monteiro/messenger-multiple-failed-transports-pr34979.git
cd messenger-multiple-failed-transports-pr34979
sh setup.sh
bin/console app:mymessage
bin/console app:mymessage2
bin/console messenger:consume async async_another
If you verify the two messages are in two different failed transports configured in messenger.yaml.
You can play with the messenger.yaml to see all the different options!