awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Particular avatar

Particular/NServiceBus

0
View on GitHub↗
2,165 stars·648 forks·C#·9 viewsparticular.net/nservicebus↗

NServiceBus

The gold standard for async .NET microservices on Azure, AWS and on-prem

Features

  • Message Queues - Popular service bus framework for .NET applications.
  • Enterprise Service Bus - .NET-based service bus for simplifying messaging and service orchestration.
  • Messaging and Queuing - Platform for building distributed systems.
  • Frameworks and Libraries - Service bus for distributed .NET applications.

Star history

Star history chart for particular/nservicebusStar history chart for particular/nservicebus

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does particular/nservicebus do?

The gold standard for async .NET microservices on Azure, AWS and on-prem

What are the main features of particular/nservicebus?

The main features of particular/nservicebus are: Message Queues, Enterprise Service Bus, Messaging and Queuing, Frameworks and Libraries.

Which projects share features with particular/nservicebus?

Projects with overlapping indexed features 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.

Projects sharing features with NServiceBus

These projects share indexed features with NServiceBus. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • masstransit/masstransitMassTransit avatar

    MassTransit/MassTransit

    7,760View on GitHub↗

    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

    C#azure-service-busc-sharpdotnet
    View on GitHub↗7,760
  • jbogard/mediatrjbogard avatar

    jbogard/MediatR

    11,841View on GitHub↗

    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

    C#
    View on GitHub↗11,841
  • easynetq/easynetqEasyNetQ avatar

    EasyNetQ/EasyNetQ

    3,057View on GitHub↗

    An easy to use .NET API for RabbitMQ

    C#dotnetdotnet-coremessaging
    View on GitHub↗3,057
  • rabbitmq/rabbitmq-dotnet-clientrabbitmq avatar

    rabbitmq/rabbitmq-dotnet-client

    2,255View on GitHub↗
    C#c-sharpdotnetdotnet-core
    View on GitHub↗2,255
  • Compare all 30 related projects→