You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #15177 [Messenger] Multiple failed transports (monteiro)
This PR was squashed before being merged into the 5.3-dev branch.
Discussion
----------
[Messenger] Multiple failed transports
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/roadmap for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `master` for features of unreleased versions).
-->
### New Feature: Messenger: Multiple Failure Transports Transports
closes#15168
This PR adds the documentation related to PR: symfony/symfony#38468
What it needs to be clear in the documentation:
- You can define multiple transports, one per transport (instead of the global one, as it is supported today)
- If you don't define a global failure transport and if the transport does not have the `failure_transport` configured the messages will be discarded
- If you define both a global and at the transport level, the `failure_transport` configuration, the one taken into account is at the transport level configuration.
- The failed commands have an option argument to specify the transport level `--transport`. Without arguments is the global failed transport taken into account.
Commits
-------
d784895 [Messenger] Multiple failed transports
0 commit comments