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
MediatR is a .NET library for implementing the mediator pattern, serving as an in-process message broker that decouples senders and receivers by routing messages through a central dispatcher. It enables the transmission of requests and notifications between different components within a single application process. The framework provides a pipeline behavior system that allows for the interception and processing of messages through a sequence of custom behaviors. This architecture is used to implement cross-cutting concerns, such as logging or validation, across multiple handlers. The library
An easy to use .NET API for RabbitMQ
The gold standard for async .NET microservices on Azure, AWS and on-prem
Principalele funcționalități ale particular/nservicebus sunt: Message Queues, Enterprise Service Bus, Messaging and Queuing, Frameworks and Libraries.
Alternativele open-source pentru particular/nservicebus includ: masstransit/masstransit — MassTransit is a .NET distributed application framework and asynchronous messaging library designed for building… rabbitmq/rabbitmq-dotnet-client. easynetq/easynetq — An easy to use .NET API for RabbitMQ. jbogard/mediatr — MediatR is a .NET library for implementing the mediator pattern, serving as an in-process message broker that… rebus-org/rebus — :bus: Simple and lean service bus implementation for .NET. zeromq/netmq — A 100% native C# implementation of ZeroMQ for .NET.