Ejemplo n.º 1
0
 /**
  * 重写重新连接
  * @return bool|void
  */
 public function reconnect()
 {
     parent::reconnect();
     $this->init($this->sExchangeName, $this->sQueueName, $this->sRoutingKey, $this->bDurable);
 }
Ejemplo n.º 2
0
 /**
  * 重写重新连接
  * @return bool|void
  */
 public function reconnect()
 {
     parent::reconnect();
     $this->init($this->sExchangeName, $this->sExchangeType, $this->bDurable);
 }