CC-5709: Airtime Analyzer
* Added session auth to the Media API (if you're logged in) * Started reworking our Plupload interaction with the server to be less awkward. * Basic uploading works with the Add Media page again, but messages aren't dispatched to airtime_analyzer yet (coming next...)
This commit is contained in:
parent
6d7117f670
commit
e6cbbdff33
5 changed files with 64 additions and 17 deletions
|
@ -76,4 +76,12 @@ class Application_Model_RabbitMq
|
|||
|
||||
self::sendMessage($exchange, $data);
|
||||
}
|
||||
|
||||
public static function SendMessageToAnalyzer()
|
||||
{
|
||||
$exchange = 'airtime-uploads';
|
||||
//$data = json_encode($md);
|
||||
//TODO: Finish me
|
||||
//self::sendMessage($exchange, $data);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue