|
@@ -40,7 +40,7 @@ old_sound_rabbit_mq:
|
|
command_consumer:
|
|
command_consumer:
|
|
connection: default
|
|
connection: default
|
|
exchange_options: {name: 'command', type: topic}
|
|
exchange_options: {name: 'command', type: topic}
|
|
- queue_options: {name: 'command', routing_keys : ["%env(AMQP_KEY)%"]}
|
|
|
|
|
|
+ queue_options: {name: "command.%env(AMQP_KEY)%", routing_keys : ["%env(AMQP_KEY)%"]}
|
|
callback: command_consumer_service # sf service id
|
|
callback: command_consumer_service # sf service id
|
|
|
|
|
|
log_consumer:
|
|
log_consumer:
|