We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c10eb26 commit f4f0bdaCopy full SHA for f4f0bda
docs/docs/bridges/symfony-messenger.rst
@@ -50,7 +50,8 @@ You will end with something like:
50
How to configure different transport for your jobs?
51
------------------------------------------------------------
52
53
-On some projects, you will end with different messenger transports, and will want to run
+On some projects, you will end with different messenger transports,
54
+and will not want to run all jobs on the same transport.
55
56
| Because we are using the same message class for all jobs, there is no way to configure this in Symfony.
57
| Instead, you will have to configure a job name to transport routing, in our side of the configuration.
0 commit comments