|
@@ -23,18 +23,20 @@ old_sound_rabbit_mq:
|
|
|
flowdat_tasklogger:
|
|
|
connection: default
|
|
|
exchange_options: {name: 'send', type: topic}
|
|
|
+ queue_options: {name: 'command', routing_keys : ["%env(AMQP_KEY)%"]}
|
|
|
service_alias: fd_tasklogger_service # no alias by default
|
|
|
|
|
|
command_producer:
|
|
|
connection: default
|
|
|
exchange_options: {name: 'command', type: topic}
|
|
|
+ queue_options: {name: 'command', routing_keys : ["%env(AMQP_KEY)%"]}
|
|
|
service_alias: command_producer_service # no alias by default
|
|
|
|
|
|
consumers:
|
|
|
flowdat_tasklogger:
|
|
|
connection: default
|
|
|
exchange_options: {name: 'send', type: topic}
|
|
|
- queue_options: {name: 'send'}
|
|
|
+ queue_options: {name: 'command', routing_keys : ["%env(AMQP_KEY)%"]}
|
|
|
callback: flowdat_tasklogger_service # sf service id
|
|
|
|
|
|
command_consumer:
|