shish il y a 8 mois
Parent
commit
4aed19c7ac
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      common/config/rabbitMQ.php

+ 1 - 1
common/config/rabbitMQ.php

@@ -208,7 +208,7 @@ $rabbitMQ = [
             ],
         ],
         [
-            'name' => 'consumers',
+            'name' => 'importDataConsumer',
             'callbacks' => [
                 'queues1' => '\common\components\rabbitmq\consumer\ImportDataConsumer',
             ],