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 a609375 commit 9d48eedCopy full SHA for 9d48eed
src/Symfony/Component/Messenger/Transport/AmqpExt/Connection.php
@@ -326,7 +326,7 @@ public function get(string $queueName): ?\AMQPEnvelope
326
// If we get a 404 for the queue, it means we need to set up the exchange & queue.
327
$this->setupExchangeAndQueues();
328
329
- return $this->get();
+ return $this->get($queueName);
330
}
331
332
throw $e;
0 commit comments