8000
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.
2 parents a918ea5 + 9593910 commit 2f1ba4cCopy full SHA for 2f1ba4c
src/Symfony/Component/Messenger/Bridge/Amqp/Transport/Connection.php
@@ -456,7 +456,7 @@ public function get(string $queueName): ?\AMQPEnvelope
456
457
public function ack(\AMQPEnvelope $message, string $queueName): bool
458
{
459
- return $this->queue($queueName)->ack($message->getDeliveryTag());
+ return $this->queue($queueName)->ack($message->getDeliveryTag()) ?? true;
460
}
461
462
public function nack(\AMQPEnvelope $message, string $queueName, int $flags = \AMQP_NOPARAM): bool
0 commit comments