We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06d481f + 11cd78d commit 6742995Copy full SHA for 6742995
src/AmqpQueue.php
@@ -54,7 +54,7 @@ public function pop($queue = null)
54
*/
55
protected function declareQueue($queue = null)
56
{
57
- $psrQueue = $this->getPsrContext()->createQueue($this->getQueue($queue));
+ $psrQueue = $this->getQueue($queue);
58
$psrQueue->addFlag(\Interop\Amqp\AmqpQueue::FLAG_DURABLE);
59
60
$this->getPsrContext()->declareQueue($psrQueue);
0 commit comments