Skip to content

Commit

Permalink
Queue name is a required parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
theravel authored and nicolas-grekas committed May 8, 2020
1 parent a609375 commit 9d48eed
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -326,7 +326,7 @@ public function get(string $queueName): ?\AMQPEnvelope
// If we get a 404 for the queue, it means we need to set up the exchange & queue.
$this->setupExchangeAndQueues();

return $this->get();
return $this->get($queueName);
}

throw $e;
Expand Down

0 comments on commit 9d48eed

Please sign in to comment.