Sfoglia il codice sorgente

corrección de opciones consumer/producer

Luciano Andrade 7 anni fa
parent
commit
e1a027927a
1 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  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: