3         # Uncomment this (and the failed transport below) to send failed messages to this transport for later handling.
 
   4         # failure_transport: failed
 
   7             # https://symfony.com/doc/current/messenger.html#transport-configuration
 
   8             # async: '%env(MESSENGER_TRANSPORT_DSN)%'
 
   9             # failed: 'doctrine://default?queue_name=failed'
 
  13             # Route your messages to the transports
 
  14             # 'App\Message\YourMessage': async
 
  20 #                # replace with your transport name here (e.g., my_transport: 'in-memory://')
 
  21 #                # For more Messenger testing tools, see https://github.com/zenstruck/messenger-test
 
  22 #                async: 'in-memory://'