Fix configuration for messenger in tests

This commit is contained in:
Julien Fastré 2023-08-30 14:31:11 +02:00
parent df9f30265f
commit 6bedd673cd
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
2 changed files with 10 additions and 2 deletions

View File

@ -10,6 +10,13 @@ framework:
# sync: 'sync://'
routing:
# Route your messages to the transports
# Route your messages to the transports
'Chill\CalendarBundle\Messenger\Message\CalendarRangeMessage': async
# 'App\Message\YourMessage': 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

View File

@ -4,3 +4,4 @@ framework:
async: 'in-memory://'
failed: 'in-memory://'
sync: 'in-memory://'
priority: 'in-memory://'