]> Raphaƫl G. Git Repositories - airlibre/blob - config/packages/messenger.yaml
Ignore config secrets
[airlibre] / 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 routing:
13 # Route your messages to the transports
14 # 'App\Message\YourMessage': async
15
16 # when@test:
17 # framework:
18 # messenger:
19 # transports:
20 # # replace with your transport name here (e.g., my_transport: 'in-memory://')
21 # # For more Messenger testing tools, see https://github.com/zenstruck/messenger-test
22 # async: 'in-memory://'