8

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)

Mohammad Hatami
  • 299
  • 3
  • 9

1 Answers1

17

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.

Udi Dahan
  • 11,932
  • 1
  • 27
  • 35