Explorar el Código

AMQP KEY device listener

Guillermo Espinoza hace 7 años
padre
commit
4a05cb8892
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      EventListener/DeviceListener.php

+ 1 - 0
EventListener/DeviceListener.php

@@ -91,6 +91,7 @@ class DeviceListener
            'command' => 'amqp:remote',
            'name' => $name,
            '--args' => $cmd_args,
+           '--route' => getenv("AMQP_KEY"),
         ));
         
         $output = new BufferedOutput();