mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
23 lines
859 B
YAML
23 lines
859 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
|
||
|
# 'App\Message\YourMessage': async
|
||
|
|
||
|
# when@test:
|
||
|
# framework:
|
||
|
# messenger:
|
||
|
# transports:
|
||
|
# # replace with your transport name here (e.g., my_transport: 'in-memory://')
|
||
|
# # For more Messenger testing tools, see https://github.com/zenstruck/messenger-test
|
||
|
# async: 'in-memory://'
|