nuwber/rabbitevents

Horizon Support

Closed this issue · 3 comments

zek commented

Does this package support horizon?

@zek No. Could you please provide a use case? The RabbitEvents is not about queues.

zek commented

I'm running 100s of rabbitevents:listen. It's hard to maintain it.
What I need is managing all workers with horizon and horizon metrics are very useful. I have multiple servers and each of them running multiple rabbit workers.

I'm using rabbitevents for months therefore I didn't want to change it. I'm very happy with using it however it lacks horizon and multiple connection support #98

Btw following package supports horizon. Maybe you would ilke to check it
https://github.com/vyuldashev/laravel-queue-rabbitmq

Horizon works with Redis and this is the queue management. Maybe the RabbitMQ confuses you and you think that this is about a queue, but no, RabbitMQ is a good transporting tool for pub/sub as well.