Example #1
0
 /**
  * @return QueueClient
  */
 public function create()
 {
     return new QueueClient($this->config->getRabbitHost(), $this->config->getRabbitPort(), $this->config->getRabbitChannelName());
 }