Skip to content

Commit

Permalink
Added .NET Messaging Libraries section
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmackay committed Jan 28, 2024
1 parent 5e3acdb commit c80e42e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rules/use-mass-transit/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ When building distributed applications messaging is a common pattern to use. Of

<!--endintro-->

## .NET Messaging Libraries

There are several .NET messaging libraries that all abstract the underlying transport. These include:

- [MassTransit](https://masstransit.io/) (recommended)
- [NServiceBus](https://particular.net/nservicebus)
- [Rebus](https://github.com/rebus-org/Rebus)

## Advantages of using MassTransit

✅ Open-source and free to use
Expand Down

0 comments on commit c80e42e

Please sign in to comment.