priti's avatar
Level 1

Implement Rabbitmq queue

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

0 likes
3 replies
priti's avatar
Level 1

Thank you it has some Readme at-least which guide how to integrate. Please let me know if you know any tutorial which guides to implement queue in pub-sub approach.

Please or to participate in this conversation.