From 8f265bf4e195ffd782c3750231d09cebedb77419 Mon Sep 17 00:00:00 2001 From: Deeka Wong <8337659+huangdijia@users.noreply.github.com> Date: Sat, 12 Oct 2024 11:51:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20AmqpJob=20=E6=B3=A8?= =?UTF-8?q?=E8=A7=A3=E6=9E=84=E9=80=A0=E5=87=BD=E6=95=B0=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E9=98=9F=E5=88=97=E5=8F=82=E6=95=B0=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/amqp-job/src/Annotation/AmqpJob.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amqp-job/src/Annotation/AmqpJob.php b/src/amqp-job/src/Annotation/AmqpJob.php index 74c3335b1..0f0843f7d 100644 --- a/src/amqp-job/src/Annotation/AmqpJob.php +++ b/src/amqp-job/src/Annotation/AmqpJob.php @@ -20,8 +20,8 @@ class AmqpJob extends AbstractAnnotation public function __construct( public string $exchange, public string $routingKey, - public ?string $queue = null, public string $pool = 'default', + public ?string $queue = null, public int $maxAttempts = 0, public int $maxConsumption = 1, public bool $confirm = false,