czydojade/api/config/packages/messenger.yaml
2021-04-09 18:36:23 +02:00

14 lines
500 B
YAML

framework:
messenger:
# Uncomment this (and the failed transport below) to send failed messages to this transport for later handling.
# failure_transport: failed
transports:
# https://symfony.com/doc/current/messenger.html#transport-configuration
async: '%env(MESSENGER_TRANSPORT_DSN)%'
# failed: 'doctrine://default?queue_name=failed'
sync: 'sync://'
routing:
'App\Message\UpdateDataMessage': async