]> Raphaƫl G. Git Repositories - blog/blob - config/packages/messenger.yaml
Update phpunit recipe
[blog] / config / packages / messenger.yaml
1 framework:
2 messenger:
3 # Uncomment this (and the failed transport below) to send failed messages to this transport for later handling.
4 # failure_transport: failed
5
6 transports:
7 # https://symfony.com/doc/current/messenger.html#transport-configuration
8 # async: '%env(MESSENGER_TRANSPORT_DSN)%'
9 # failed: 'doctrine://default?queue_name=failed'
10 # sync: 'sync://'
11
12 default_bus: messenger.bus.default
13
14 buses:
15 messenger.bus.default: []
16
17 routing:
18 # Route your messages to the transports
19 # 'App\Message\YourMessage': async
20
21 # when@test:
22 # framework:
23 # messenger:
24 # transports:
25 # # replace with your transport name here (e.g., my_transport: 'in-memory://')
26 # # For more Messenger testing tools, see https://github.com/zenstruck/messenger-test
27 # async: 'in-memory://'