Files
symfony-flex-recipes-contrib/jurry.amqp-symfony-bundle.1.0.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

38 lines
1.3 KiB
JSON

{
"manifests": {
"jurry/amqp-symfony-bundle": {
"manifest": {
"bundles": {
"Jurry\\RabbitMQ\\AmqpHandlerBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"JURRY_RABBIT_MQ_DSN": "tcp://guest:guest@localhost:5672"
}
},
"files": {
"config/packages/jurry_rabbitmq.yaml": {
"contents": [
"amqp_handler:",
" connection: '%env(JURRY_RABBIT_MQ_DSN)%'",
" queues_properties:",
" sync_queue:",
" name: stores_sync",
" message_ttl: 10000 # 10 seconds",
" async_queue:",
" name: stores_async",
" message_ttl: 10000 # 10 seconds",
""
],
"executable": false
}
},
"ref": "c68f5f7f202efaf793d29bbd01dce1ed465633d3"
}
}
}