We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23d9fb7 + c62e361 commit a115d66Copy full SHA for a115d66
pkg/amqp-ext/AmqpSubscriptionConsumer.php
@@ -68,7 +68,7 @@ public function consume(int $timeout = 0): void
68
} finally {
69
$extConnection->setReadTimeout($consumeTimeout);
70
}
71
- }, AMQP_JUST_CONSUME);
+ }, \AMQP_JUST_CONSUME);
72
} catch (\AMQPQueueException $e) {
73
if ('Consumer timeout exceed' == $e->getMessage()) {
74
return;
0 commit comments