Nikolaus aldo Halim
Nikolaus aldo Halim

Reputation: 13

What is the difference between Apache Kafka, RabbitMQ, and Akka in terms of queuing?

I was going to use one of them in my project for queuing users for doing some functions, so they will not do them simultaneously, can anyone explain them to me? What are your recommendations?

Upvotes: 1

Views: 684

Answers (1)

Robin Moffatt
Robin Moffatt

Reputation: 32050

That's a pretty broad question, and one that's difficult to answer without more detail about what your particular requirements are, existing technology landscape, throughput requirements, etc etc.

Here's a couple of resources that might help, but I think you need to do a bit more research of your own.

Upvotes: 3

Related Questions