示例#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());
 }