G
G
Gruberhoff2017-08-14 14:13:18
Message Queues
Gruberhoff, 2017-08-14 14:13:18

Which message broker satisfies all the conditions?

Hello.
Looking for a message broker that will satisfy all of the following requirements:
- dynamic creation and deletion of queues (FIFO);
- the ability to get a list of existing queues;
- the ability to get the number of queue consumers.
RabbitMQ is not like the second point, it seems that ActiveMQ can do everything, but the documentation is somewhat blurry, I would like to hear the opinion of the audience.
Thank you!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Ovdienko, 2017-08-14
@doubledare

Redis?
This is redis simple message queue

T
Therapyx, 2017-08-14
@Therapyx

Apache Kafka?
- though I'm not sure that kafka will satisfy all the requirements there. But look, maybe there is such a functionality. Used in a project to write data, transfer it to other people and also read it in the same sequence.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question