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 f00d6d3 commit 88999acCopy full SHA for 88999ac
symfony/webapp-pack/1.0/config/packages/messenger.yaml
@@ -15,6 +15,11 @@ framework:
15
failed: 'doctrine://default?queue_name=failed'
16
# sync: 'sync://'
17
18
+ default_bus: messenger.bus.default
19
+
20
+ buses:
21
+ messenger.bus.default: []
22
23
routing:
24
Symfony\Component\Mailer\Messenger\SendEmailMessage: async
25
Symfony\Component\Notifier\Message\ChatMessage: async
0 commit comments