ソースを参照

corrección de opciones consumer/producer

Luciano Andrade 7 年 前
コミット
e1a027927a
1 ファイル変更1 行追加3 行削除
  1. 1 3
      Resources/config/rabbit_mq/config.yml

+ 1 - 3
Resources/config/rabbit_mq/config.yml

@@ -23,20 +23,18 @@ 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: 'command', routing_keys : ["%env(AMQP_KEY)%"]}
+            queue_options:    {name: 'send', routing_keys : ["%env(AMQP_KEY)%"]}
             callback:         flowdat_tasklogger_service # sf service id
             
         command_consumer: