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.
2 parents 792ad80 + 2509d68 commit 31780d9Copy full SHA for 31780d9
lib/internal/Magento/Framework/Amqp/TopologyInstaller.php
@@ -92,7 +92,7 @@ public function install()
92
$amqpConfig = $this->configPool->get($exchange->getConnection());
93
$this->exchangeInstaller->install($amqpConfig->getChannel(), $exchange);
94
}
95
- } catch (\PhpAmqpLib\Exception\AMQPExceptionInterface $e) {
+ } catch (\Exception $e) {
96
$this->logger->error("AMQP topology installation failed: {$e->getMessage()}\n{$e->getTraceAsString()}");
97
98
0 commit comments