tlaverdure / laravel-echo-server

Socket.io server for Laravel Echo
MIT License
2.65k stars 509 forks source link

Laravel Echo Server With RabbitMQ #384

Open lucassmacedo opened 5 years ago

lucassmacedo commented 5 years ago

Hello, it is possible integrate Laravel Echo Server with RabbitMQ?

subeg7 commented 5 years ago

All RabbitMQ calls are done by using Laravel queue package. So for better understanding you can read their documentation.

socrec commented 4 years ago

Hi guys, First of all, I really appreciate your work, this is a fantastic package and is being used by thousands of project. Although, I ran in to a situation with my project which I need to use rabbitMQ instead of redis for presence channels storage. Is there anyway we could do that? I'd welcome any help or recommendations! @subeg7 could you be so kind and drop a link here? I don't know what you mean by "done by using laravel queue package"