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'
 
  12         default_bus: messenger.bus.default
 
  15             messenger.bus.default: []
 
  18             # Route your messages to the transports
 
  19             # 'App\Message\YourMessage': async
 
  25 #                # replace with your transport name here (e.g., my_transport: 'in-memory://')
 
  26 #                # For more Messenger testing tools, see https://github.com/zenstruck/messenger-test
 
  27 #                async: 'in-memory://'