Here is a Laravel driver for Rabbit:
https://github.com/vladimir-yuldashev/laravel-queue-rabbitmq
Hi,
I have installed - https://github.com/php-amqplib/php-amqplib to implement queue .There are demos but how to use in the framework is missing. So I am trying to map things based on my experience
Document say for detailed queue implementation go to laravel docs so in there it say create config.php
Considering Lumen : I have config dir , Do I need to create a config/queue.php and copy the configuration ?
I want to submit message from Queue after verifying input So my producer is my controller which is generating the message.
I am new to implement queues. So It would be great if one can guide how to make this working
Here is a Laravel driver for Rabbit:
https://github.com/vladimir-yuldashev/laravel-queue-rabbitmq
Please or to participate in this conversation.