I
I
Ivan Palamarchuk2017-02-01 15:05:34
PHP
Ivan Palamarchuk, 2017-02-01 15:05:34

Redis as a message broker, what libraries do you use?

There is a project in which microservices communicate via a message bus, pub / sub is currently used, but it was decided to move on to lists to be sure that the message was received. there is a connection timeout and the data is lost.
Please tell me some library that allows you to do jobs and stuff, except for php-resque (very outdated for php 7). Thank you!
PS
Yes, you can write everything yourself, it's not difficult, the only question is time ..

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vitaliy Orlov, 2017-02-01
@orlov0562

Perhaps RabbitMQ will do: https://www.rabbitmq.com/getstarted.html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question