CC-2750: Ability to query health status for pypo,

liquidsoap, media monitor, and recorder

-fixed rabbitmq not delivering messages
This commit is contained in:
martin 2011-09-13 14:56:24 -04:00
parent d942e476c6
commit 2c2bb86698
4 changed files with 32 additions and 22 deletions

View file

@ -34,8 +34,6 @@ class RabbitMq
$channel->basic_publish($msg, $EXCHANGE);
$channel->close();
$conn->close();
self::SendMessageToShowRecorder("update_schedule");
}
public static function SendMessageToMediaMonitor($event_type, $md)