Skip to content

Commit

Permalink
Remove unneeded bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmackay committed Jan 28, 2024
1 parent e3d6b9e commit 5e3acdb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rules/use-mass-transit/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ When building distributed applications messaging is a common pattern to use. Of

## Advantages of using MassTransit

* ✅ Open-source and free to use
* ✅ Enables swapping of messaging transports by providing a common abstraction layer
* ✅ Supports multiple messaging concepts
✅ Open-source and free to use
✅ Enables swapping of messaging transports by providing a common abstraction layer
✅ 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 @@ -35,7 +35,7 @@ When building distributed applications messaging is a common pattern to use. Of
* Kafka
* gRPC
* SQL/DB
* ✅ Supports complex messaging patterns such as Sagas
✅ Supports complex messaging patterns such as Sagas

## Scenarios

Expand Down

0 comments on commit 5e3acdb

Please sign in to comment.