Support the ongoing development of Laravel.io →
posted 11 years ago
Queues

Hello guys, hope you are all fine I have a project where i want to use the rabbitMq as a queue driver. Because it's hard to write a queue system i tried it with laravel (since it has a ready queue system) and it's working. The question is will it be possbile to use laravel queue system outside of laravel ? Thanks.

Last updated 3 years ago.
0

It's possible, you can use

  "videlalvaro/php-amqplib": "2.2.*"

in your composer require section, this drive will allow you to access rabbitmq outside of laravel.

The next question is, how do you configure environments to use this 3rd party implementation of AMPQ.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.