This commit is contained in:
aynsix
2020-05-12 19:42:43 +03:00
parent c9970fcc24
commit 65552dcbfe

View File

@@ -75,9 +75,6 @@ class AMQPConnection
$this->hostConfig = $conf->get(['workers', 'queue', 'worker-queue'], $defaultConfiguration); $this->hostConfig = $conf->get(['workers', 'queue', 'worker-queue'], $defaultConfiguration);
$this->conf = $conf; $this->conf = $conf;
$this->getChannel();
$this->declareExchange();
} }
public function getConnection() public function getConnection()