Example #1
0
 /**
  * @inheritDoc
  */
 public function init()
 {
     parent::init();
     try {
         $this->rawChannel = new \AMQPChannel($this->amqp->getRawConnection());
     } catch (\AMQPConnectionException $e) {
         ClientHelper::throwRightException($e);
     }
 }