mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-20 17:24:25 +00:00
16 lines
607 B
YAML
16 lines
607 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:
|
|
# Route your messages to the transports
|
|
'Chill\CalendarBundle\Messenger\Message\CalendarRangeMessage': async
|
|
# 'App\Message\YourMessage': async
|