We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5c927 commit 357c282Copy full SHA for 357c282
lib/internal/Magento/Framework/Amqp/Config.php
@@ -176,6 +176,9 @@ public function getChannel()
176
|| !$this->channel->getConnection()
177
|| !$this->channel->getConnection()->isConnected()
178
) {
179
+ if (!$this->connection->isConnected()) {
180
+ $this->connection->reconnect();
181
+ }
182
$this->channel = $this->connection->channel();
183
}
184
0 commit comments