<?php class RabbitMqPlugin extends Zend_Controller_Plugin_Abstract { public function dispatchLoopShutdown() { RabbitMq::PushScheduleFinal(); } }