# EasyNetQ/EasyNetQ

An easy to use .NET API for RabbitMQ

Repository: https://github.com/EasyNetQ/EasyNetQ
Canonical: https://ross.abutalabs.com/products/easynetq
Homepage: http://easynetq.com
Language: C#
License: MIT
License Family: permissive
Topics: rabbitmq, messaging, dotnet, dotnet-core
Last push: 2026-08-06T06:49:44+00:00

## Health v2 (maintenance only)
Score: 90/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 96, release rhythm 77, longevity 100
- inputs: {"age_days": 5613, "days_push": 27, "days_rel": 79, "gap_med": 34, "n_releases_24m": 8}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3059, forks 747 (observed 2026-08-28T04:07:41.079559+00:00)

## What it is
EasyNetQ is an easy-to-use .NET client API for RabbitMQ that simplifies pub/sub messaging, delayed scheduling, and RPC over an AMQP broker. It integrates with Microsoft DI and includes a companion management client library for the RabbitMQ management API.

## Use cases
- publish and subscribe to messages with rabbitmq in .net
- implement request-response rpc over a message broker
- schedule delayed message delivery in dotnet
- simplify rabbitmq client code with a high-level api
- build management or monitoring tools for rabbitmq via its management api
- integrate messaging into asp.net core dependency injection

## When to choose
- you want a simple, opinionated high-level API over RabbitMQ in .NET instead of the raw AMQP client
- you need pub/sub, routing, delayed publishing, and RPC with minimal boilerplate
- you use Microsoft.Extensions.DependencyInjection and want first-class DI integration

## When to avoid
- you need fine-grained control over exchanges, queues, and AMQP features - use the official RabbitMQ .NET client
- your project is not on the .NET platform
- you use a message broker other than RabbitMQ

## Facets
- artifact type: library
- maturity: active
- function: message-queue, rpc, serialization, middleware
- domain: backend, microservices, developer-tools
- platform: dotnet, cross-platform
- tags: rabbitmq, pubsub, message-bus, dotnet-core, amqp, messaging

## Member repositories
- EasyNetQ/EasyNetQ (main) score 90

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:41.079559+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-30T07:28:26.690020+00:00, confidence not recorded.
  - readme: https://github.com/EasyNetQ/EasyNetQ (fetched 2026-08-28T04:07:41.079559+00:00, sha 70b9d9e0f5e2)
  - homepage: http://easynetq.com (fetched 2026-08-29T09:43:41.520608+00:00, sha 26bcaa56930f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
