bschmitt / laravel-amqp

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

Automatic Subscribe Technique #49

Closed Prakashg07 closed 5 years ago

Prakashg07 commented 5 years ago

I am looking to subscribe automatically and display it on the front end once I received.

Is there a way to do such? Can you please guide me to achieve?

stevenklar commented 5 years ago

This seems to be the wrong repository for this case. E. g. I would recommend "websockets" for this case.

Maybe you mean a rabbitmq specific function, please correct me if I missed something.