Ejemplo n.º 1
0
 /**
  * @return [void]
  */
 public function send()
 {
     $this->adapter->send($this->payload, $this->queue, $this->exchange);
 }
Ejemplo n.º 2
0
 /**
  * @return [void]
  */
 public function consume()
 {
     $this->adapter->consume($this->queue, $this->consumer->getTag(), array($this->consumer, 'work'));
 }