8000 GitHub - monteiro/PR-41553-symfony: https://github.com/symfony/symfony/pull/41553
[go: up one dir, main page]

Skip to content

monteiro/PR-41553-symfony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to test the PR

FrameworkBundle 4.4 with Symfony messenger 5.3 triggers an exception on MessengerPass related to a non-existence alias "messenger.failure_transports.default".

docker-compose up
composer install

composer install will trigger the error when clearing the cache, that is fixed by the PR: symfony/symfony#41553 The PR fixes this behavior and makes Symfony Messenger 5.3 BC with FrameworkBundle 4.4.

Generate a message to be consumed

bin/console app:mymessage
bin/console messenger:consume async

Confirm that the message is in the failed transport

bin/console messenger:consume failed

Releases

No releases published

Packages

No packages published
0