How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
The gold standard for async .NET microservices on Azure, AWS and on-prem
The main features of particular/nservicebus are: Message Queues, Enterprise Service Bus, Messaging and Queuing, Frameworks and Libraries.
Open-source alternatives to particular/nservicebus include: 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.
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