laravel-echo-server icon indicating copy to clipboard operation
laravel-echo-server copied to clipboard

Laravel Echo Server With RabbitMQ

Open lucassmacedo opened this issue 5 years ago • 2 comments

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

lucassmacedo avatar Feb 21 '19 15:02 lucassmacedo

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

subeg7 avatar Feb 21 '19 16:02 subeg7

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"

socrec avatar Apr 01 '20 03:04 socrec