RabbitMQ.Client 6.0.0-pre10

This is a prerelease version of RabbitMQ.Client.
There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package RabbitMQ.Client --version 6.0.0-pre10
                    
NuGet\Install-Package RabbitMQ.Client -Version 6.0.0-pre10
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RabbitMQ.Client" Version="6.0.0-pre10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RabbitMQ.Client" Version="6.0.0-pre10" />
                    
Directory.Packages.props
<PackageReference Include="RabbitMQ.Client" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add RabbitMQ.Client --version 6.0.0-pre10
                    
#r "nuget: RabbitMQ.Client, 6.0.0-pre10"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package RabbitMQ.Client@6.0.0-pre10
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=RabbitMQ.Client&version=6.0.0-pre10&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=RabbitMQ.Client&version=6.0.0-pre10&prerelease
                    
Install as a Cake Tool

The RabbitMQ .NET client is the official client library for C# (and, implicitly, other .NET languages)

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2.8K)

Showing the top 5 NuGet packages that depend on RabbitMQ.Client:

Package Downloads
MassTransit.RabbitMQ

MassTransit RabbitMQ transport support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.

AspNetCore.HealthChecks.Rabbitmq

HealthChecks.RabbitMQ is the health check package for RabbitMQ.Client.

EasyNetQ

A nice .NET API for RabbitMQ

Rebus.RabbitMq

Provides a RabbitMQ transport for Rebus

NServiceBus.RabbitMQ

RabbitMQ support for NServiceBus

GitHub repositories (134)

Showing the top 20 popular GitHub repositories that depend on RabbitMQ.Client:

Repository Stars
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
MassTransit/MassTransit
Distributed Application Framework for .NET
dotnetcore/CAP
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 10 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
microsoft/aspire
Aspire is the tool for code-first, extensible, observable dev and deploy.
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
anjoy8/Blog.Core
💖 ASP.NET Core 8.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
dotnet/tye
Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
dotnetcore/DotnetSpider
DotnetSpider, a .NET standard web crawling library. It is lightweight, efficient and fast high-level web crawling & scraping framework
ravendb/ravendb
ACID Document Database
thomhurst/TUnit
A modern, fast and flexible .NET testing framework
open-telemetry/opentelemetry-dotnet
The OpenTelemetry .NET Client
microsurging/surging
Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. support Event-based Asynchronous Pattern and reactive programming.
SciSharp/BotSharp
AI Multi-Agent Framework in .NET
EasyNetQ/EasyNetQ
An easy to use .NET API for RabbitMQ
Version Downloads Last Updated
7.2.1 1,565,138 2/25/2026
7.2.0 7,723,464 11/6/2025
7.1.2 22,798,502 3/17/2025
7.1.1 1,941,136 2/26/2025
7.1.0 420,685 2/19/2025
7.1.0-alpha.1 9,237 2/13/2025
7.1.0-alpha.0 11,409 1/16/2025
7.0.0 16,544,553 11/6/2024
7.0.0-rc.14 12,507 10/25/2024
7.0.0-rc.13 1,788 10/22/2024
7.0.0-rc.12 16,239 10/8/2024
7.0.0-rc.11 74,370 9/12/2024
7.0.0-rc.10 662 9/10/2024
7.0.0-rc.9 1,663 9/6/2024
7.0.0-rc.8 27,855 8/7/2024
7.0.0-rc.7 26,386 7/31/2024
7.0.0-rc.6 6,711 7/22/2024
7.0.0-rc.5 2,551 7/9/2024
7.0.0-rc.4 1,762 7/3/2024
Loading failed