コード例 #1
0
ファイル: Client.php プロジェクト: so-php/rpc
 protected function initAmqp()
 {
     if ($this->queueDescriptor) {
         return;
     }
     $this->queueDescriptor = new QueueDescriptor(null, false, false, true, true);
     $this->queueDescriptor->declareQueue($this->getChannel());
 }