File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed
php-amqplib/rabbitmq-bundle/1.12 Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ old_sound_rabbit_mq :
2
+ connections :
3
+ default :
4
+ url : ' %env(RABBITMQ_URL)%'
5
+ # producers:
6
+ # # use 'old_sound_rabbit_mq.task_producer' service to send data.
7
+ # task:
8
+ # connection: default
9
+ # exchange_options: { name: 'task', type: direct }
10
+ # consumers:
11
+ # task:
12
+ # connection: default
13
+ # exchange_options: { name: 'task', type: direct }
14
+ # queue_options: { name: 'task'}
15
+ # callback: App\Consumer\TaskConsumer
Original file line number Diff line number Diff line change
1
+ {
2
+ "bundles" : {
3
+ "OldSound\\ RabbitMqBundle\\ OldSoundRabbitMqBundle" : [" all" ]
4
+ },
5
+ "copy-from-recipe" : {
6
+ "etc/" : " %ETC_DIR%/" ,
7
+ "src/" : " %SRC_DIR%/"
8
+ },
9
+ "env" : {
10
+ "RABBITMQ_URL" : " amqp://guest:guest@localhost:5672"
11
+ }
12
+ }
You can’t perform that action at this time.
0 commit comments