Merge pull request #1013

This commit is contained in:
symfony-flex-server[bot]
2021-03-08 15:32:08 +00:00
committed by GitHub
2 changed files with 29 additions and 0 deletions
@@ -0,0 +1,17 @@
old_sound_rabbit_mq:
connections:
default:
url: '%env(RABBITMQ_URL)%'
vhost: '%env(RABBITMQ_VHOST)%'
lazy: true
connection_timeout: 3
read_write_timeout: 3
# requires php-amqplib v2.4.1+ and PHP5.4+
keepalive: false
# requires php-amqplib v2.4.1+
heartbeat: 0
#requires php_sockets.dll
use_socket: false # default false
@@ -0,0 +1,12 @@
{
"bundles": {
"OldSound\\RabbitMqBundle\\OldSoundRabbitMqBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"RABBITMQ_URL": "amqp://guest:guest@localhost:5672",
"RABBITMQ_VHOST": "/"
}
}