Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

vincent15000's avatar

RabbitMQ vs other for managing queues with Laravel ?

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

0 likes
3 replies
vincent15000's avatar

@Sergiu17 I just have created my own queue driver for RabbitMQ and it works fine without having to use any third party package.

1 like

Please or to participate in this conversation.