vyuldashev / laravel-queue-rabbitmq

RabbitMQ driver for Laravel Queue. Supports Laravel Horizon.
MIT License
1.93k stars 382 forks source link

Delayed queues as type quorum queue #563

Closed TomKeur closed 10 months ago

TomKeur commented 1 year ago

First, let me say thank you for this great package!

We're using Delayed queues, the queues are created by this package and also disappear when they are not needed anymore, this is all working fine!

Some of our queues, will delay messages for a couple of days, for example: When an external service is down. I saw that that created default.delay.xyz queues, are of the type classic.

Is it Possible to use the configuration option if quorum enabled? It's a really small change in the getDelayQueueArguments, so I've created a PR.

adm-bome commented 10 months ago

See conversation in the PR #564

Queues created for delaying messages won't profit from quorum settings.