예제 #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());
 }