# this file is managed by ansible. Do not edit it by hand framework: messenger: transports: {% if chill.rabbitmq_install +%} async: dsn: '%env(RABBITMQ_URL)%/async' options: exchange: name: async type: fanout queues: async: ~ auto_setup: true priority: '%env(RABBITMQ_URL)%/priority' {% else +%} async: 'doctrine://default' priority: 'doctrine://default' {% endif +%} failed: 'doctrine://default?queue_name=failed' sync: 'sync://'