A
A
Andrey2016-03-30 15:45:14
PHP
Andrey, 2016-03-30 15:45:14

How to build a "many writers and many readers" message queue?

Chat. People/bots write messages, other people/bots read all sorts of messages/objects.
Store enough in memory (for the sake of speed). If you need to save for centuries, then I will add a reader who will read the queue and store it on disk. MemcacheQ
fits very nicely , but it has one reader :(

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
enchikiben, 2016-03-30
@EnChikiben

https://www.rabbitmq.com/

A
Andrey Popov, 2016-03-30
@Nord001

kafka.apache.org

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question