The gold standard for async .NET microservices on Azure, AWS and on-prem
MassTransit is a .NET distributed application framework and asynchronous messaging library designed for building distributed systems. It serves as an enterprise service bus implementation that handles the routing, transformation, and delivery of messages between decoupled services. The framework provides a message broker abstraction layer, which decouples application code from specific messaging infrastructure such as RabbitMQ, Azure Service Bus, or Amazon SQS. It supports event-driven architecture and asynchronous microservices communication to improve system scalability and availability. T
An easy to use .NET API for RabbitMQ
:bus: Simple and lean service bus implementation for .NET
rebus-org/rebus 的主要功能包括:Message Queues, Messaging and Queuing, Message Bus Frameworks。
rebus-org/rebus 的开源替代品包括: zeromq/netmq — A 100% native C# implementation of ZeroMQ for .NET. rabbitmq/rabbitmq-dotnet-client. easynetq/easynetq — An easy to use .NET API for RabbitMQ. masstransit/masstransit — MassTransit is a .NET distributed application framework and asynchronous messaging library designed for building… particular/nservicebus — The gold standard for async .NET microservices on Azure, AWS and on-prem. floci-io/floci — Floci is a local emulator for AWS services and cloud infrastructure designed for developing and testing applications…