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 f825bf5 commit a31d857Copy full SHA for a31d857
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