Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NServiceBus, MassTransit and Rabbit MQ or Kafka?

I am trying to learn messaging system. I have found that many options like RabbitMq NServiceBus MassTransit Kafka ...

My questions is:

What is the difference between each one? What is the use of each?(usage scenario)

like image 551
Mohammad Hatami Avatar asked Jan 23 '19 08:01

Mohammad Hatami


Video Answer


1 Answers

The best way to think of NServiceBus and MassTransit is as middleware that sits on top of messaging infrastructure like RabbitMQ, Azure Service Bus, or Kafka.

For a comparison between RabbitMQ and Kafka, see this.

For a comparison between NServiceBus and MassTransit, see this.

like image 170
Udi Dahan Avatar answered Sep 20 '22 17:09

Udi Dahan