mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Merge pull request #944
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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
|
||||
11
jurry/amqp-symfony-bundle/1.0/manifest.json
Normal file
11
jurry/amqp-symfony-bundle/1.0/manifest.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Jurry\\RabbitMQ\\AmqpHandlerBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"JURRY_RABBIT_MQ_DSN": "tcp://guest:guest@localhost:5672"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user