bschmitt / laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages
MIT License
268 stars 86 forks source link

How to return the results via APi to the user when listening consume in the laravel controller #90

Open luongyen123 opened 3 years ago

luongyen123 commented 3 years ago

I have a process like this in my microservice model: service A-> publish service B service B -> service A How to get the results of service B sent to A in laravel controller. I need that result to return to the user through the API

riyandharne-123 commented 2 years ago

I have a process like this in my microservice model: service A-> publish service B service B -> service A How to get the results of service B sent to A in laravel controller. I need that result to return to the user through the API

Did you figure it out?