# rebus-org/Rebus

:bus: Simple and lean service bus implementation for .NET

Repository: https://github.com/rebus-org/Rebus
Canonical: https://ross.abutalabs.com/products/rebus
Homepage: https://mookid.dk/category/rebus
Language: C#
License: NOASSERTION
License Family: other
Topics: rebus, c-sharp, service-bus, messaging, message-queue, messaging-library, microservices, message-bus
Last push: 2026-08-18T06:35:12+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 35, longevity 100
- inputs: {"age_days": 5461, "days_push": 15, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2657, forks 377 (observed 2026-08-28T04:07:07.333484+00:00)

## What it is
Rebus is a lean, free service bus implementation for .NET that provides asynchronous messaging between services following the 'smart endpoints, dumb pipes' principle. It ships as a .NET Standard 2.0 library with minimal dependencies and integrates with transports and containers via small dedicated integration projects.

## Use cases
- send and receive messages between .NET microservices
- implement asynchronous communication in a service bus architecture
- decouple services with a message bus without heavy middleware
- build event-driven .NET applications with queues
- integrate messaging with an IoC container in .NET
- retry and handle message failures in distributed systems

## When to choose
- you are building .NET microservices that need lightweight asynchronous messaging
- you want a simple, low-dependency alternative to full enterprise service buses like NServiceBus or MassTransit
- you prefer configuring messaging in code with a small set of well-chosen options

## When to avoid
- your stack is not .NET-based
- you need a full-featured broker with built-in management UI and enterprise tooling out of the box
- you require zero external transport infrastructure

## Facets
- artifact type: library
- maturity: stable
- function: message-queue, rpc, middleware
- domain: microservices, backend
- platform: dotnet, c, cross-platform
- tags: service-bus, message-bus, asynchronous-messaging, smart-endpoints-dumb-pipes, csharp, messaging

## Member repositories
- rebus-org/Rebus (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:07.333484+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:18:27.791239+00:00, confidence not recorded.
  - readme: https://github.com/rebus-org/Rebus (fetched 2026-08-28T04:07:07.333484+00:00, sha 03aa6dd90035)
- Data as of 2026-08-30T08:39:29.467469+00:00.
