8000
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 9f692c6 commit d202675Copy full SHA for d202675
src/Symfony/Component/Messenger/Bridge/Amqp/Transport/Connection.php
@@ -510,7 +510,7 @@ public function channel(): \AMQPChannel
510
public function queue(string $queueName): \AMQPQueue
511
{
512
if (!isset($this->amqpQueues[$queueName])) {
513
- $queueConfig = $this->queuesOptions[$queueName];
+ $queueConfig = $this->queuesOptions[$queueName] ?? [];
514
515
$amqpQueue = $this->amqpFactory->createQueue($this->channel());
516
$amqpQueue->setName($queueName);
0 commit comments