예제 #1
0
파일: consumer.php 프로젝트: nicevoice/yhtx
 /**
  * 重写重新连接
  * @return bool|void
  */
 public function reconnect()
 {
     parent::reconnect();
     $this->init($this->sExchangeName, $this->sQueueName, $this->sRoutingKey, $this->bDurable);
 }
예제 #2
0
파일: producer.php 프로젝트: nicevoice/yhtx
 /**
  * 重写重新连接
  * @return bool|void
  */
 public function reconnect()
 {
     parent::reconnect();
     $this->init($this->sExchangeName, $this->sExchangeType, $this->bDurable);
 }