Skip to content

Commit

Permalink
Fixed up formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmackay committed Jan 28, 2024
1 parent a19bb18 commit 09d17dd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions rules/use-mass-transit/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@ There are several .NET messaging libraries that all abstract the underlying tran

✅ Open-source and free to use
✅ Enables swapping of messaging transports by providing a common abstraction layer
✅ Supports multiple messaging concepts
✅ Supports multiple messaging concepts:

* Point-to-Point
* Publish/Subscribe
* Request/Response
✅ Supports multiple messaging transports

✅ Supports multiple messaging transports:

* In-Memory
* RabbitMQ
* Azure Service Bus
Expand All @@ -44,6 +46,7 @@ There are several .NET messaging libraries that all abstract the underlying tran
* Kafka
* gRPC
* SQL/DB

✅ Supports complex messaging patterns such as Sagas

## Scenarios
Expand Down

0 comments on commit 09d17dd

Please sign in to comment.