Commit f44d074
committed
bug #53944 [Messenger] Gracefully fallback to empty queue config (Wirone)
This PR was submitted for the 6.4 branch but it was merged into the 5.4 branch instead.
Discussion
----------
[Messenger] Gracefully fallback to empty queue config
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fixes #53579
| License | MIT
Do not produce notice/warning when consuming from multiple transports and explicitly listed queues.
These queues might not be present on each consumed transport.
Commits
-------
9d67850 Do not produce notice/warning when consuming from multiple transports and explicitly listed queuesFile tree
1 file changed
+1
-1
lines changed- src/Symfony/Component/Messenger/Bridge/Amqp/Transport
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
535 | 535 |
| |
536 | 536 |
| |
537 | 537 |
| |
538 |
| - | |
| 538 | + | |
539 | 539 |
| |
540 | 540 |
| |
541 | 541 |
| |
|
0 commit comments