Ejemplo n.º 1
0
 protected function initAmqp()
 {
     if ($this->queueDescriptor) {
         return;
     }
     $this->queueDescriptor = new QueueDescriptor(null, false, false, true, true);
     $this->queueDescriptor->declareQueue($this->getChannel());
 }