|
@@ -19,7 +19,7 @@ class StatsConsumerListener
|
|
}
|
|
}
|
|
|
|
|
|
public function run(){
|
|
public function run(){
|
|
- echo 'Running listener';
|
|
|
|
|
|
+ echo 'Running listener111';
|
|
|
|
|
|
$callbackMessage = function($msg) {
|
|
$callbackMessage = function($msg) {
|
|
$msgBody = unserialize($msg->body);
|
|
$msgBody = unserialize($msg->body);
|
|
@@ -49,6 +49,7 @@ class StatsConsumerListener
|
|
$consolePath = getcwd().'/bin/console';
|
|
$consolePath = getcwd().'/bin/console';
|
|
$command = $name . ' ' . implode(' ', $input);
|
|
$command = $name . ' ' . implode(' ', $input);
|
|
$execute = $consolePath.' '.$command;
|
|
$execute = $consolePath.' '.$command;
|
|
|
|
+ echo $execute;
|
|
}
|
|
}
|
|
|
|
|
|
try {
|
|
try {
|