Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/remove-bullets-from-mass-transit…
Browse files Browse the repository at this point in the history
…-rule' into remove-bullets-from-mass-transit-rule
  • Loading branch information
danielmackay committed Jan 28, 2024
2 parents c80e42e + 4f70f74 commit a19bb18
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions rules/use-mass-transit/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,19 @@ 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
* Point-to-Point
* Publish/Subscribe
* Request/Response

* Point-to-Point
* Publish/Subscribe
* Request/Response
✅ Supports multiple messaging transports
* In-Memory
* RabbitMQ
* Azure Service Bus
* Amazon SQS
* ActiveMQ
* Kafka
* gRPC
* SQL/DB
* In-Memory
* RabbitMQ
* Azure Service Bus
* Amazon SQS
* ActiveMQ
* Kafka
* gRPC
* SQL/DB
✅ Supports complex messaging patterns such as Sagas

## Scenarios
Expand Down

0 comments on commit a19bb18

Please sign in to comment.