We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9384d1 + 6d56d03 commit 6179026Copy full SHA for 6179026
src/AmqpQueue.php
@@ -57,6 +57,6 @@ protected function declareQueue($queue = null)
57
$interopQueue = $this->getQueue($queue);
58
$interopQueue->addFlag(\Interop\Amqp\AmqpQueue::FLAG_DURABLE);
59
60
- $this->getQueueInteropContext()->declareQueue($queue);
+ $this->getQueueInteropContext()->declareQueue($interopQueue);
61
}
62
0 commit comments