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)%' priority: dsn: '%env(MESSENGER_TRANSPORT_DSN)%' failed: 'doctrine://default?queue_name=failed' routing: # Route your messages to the transports 'Chill\CalendarBundle\Messenger\Message\CalendarRangeMessage': async 'Chill\CalendarBundle\Messenger\Message\CalendarRangeRemovedMessage': async 'Chill\CalendarBundle\Messenger\Message\CalendarRemovedMessage': async 'Chill\CalendarBundle\Messenger\Message\CalendarMessage': async 'Chill\CalendarBundle\Messenger\Message\InviteUpdateMessage': async 'Chill\CalendarBundle\Messenger\Message\MSGraphChangeNotificationMessage': async 'Chill\MainBundle\Service\ShortMessage\ShortMessage': async 'Chill\DocGeneratorBundle\Service\Messenger\RequestGenerationMessage': priority 'Chill\PersonBundle\AccompanyingPeriod\Lifecycle\AccompanyingPeriodStepChangeRequestMessage': async when@test: framework: messenger: transports: async: 'in-memory://' failed: 'in-memory://' sync: 'in-memory://' priority: 'in-memory://'