We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d481f commit 11cd78dCopy full SHA for 11cd78d
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