https://github.com/vyuldashev/laravel-queue-rabbitmq/blob/master/src/Queue/RabbitMQQueue.php
Looks like there are some packages, that implements Queue using RabbitMQ, but why don't you use Redis or SQS? Usually RabbitMQ is used as a message broker
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello,
I will start a project and I will need to manage queues.
In the tech team, RabbitMQ seems to be a good choice.
Is it possible to use all the power of the queues management of Laravel with RabbitMQ ? Or is it preferable to choose another queue server ?
I specify that the queue server has to be installed locally.
Thanks for your answer.
V
https://github.com/vyuldashev/laravel-queue-rabbitmq/blob/master/src/Queue/RabbitMQQueue.php
Looks like there are some packages, that implements Queue using RabbitMQ, but why don't you use Redis or SQS? Usually RabbitMQ is used as a message broker
Please or to participate in this conversation.