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.
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.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community