RabbitMQ.Client
6.2.1
The RabbitMQ .NET client is the official client library for C# (and, implicitly, other .NET languages)
Install-Package RabbitMQ.Client -Version 6.2.1
dotnet add package RabbitMQ.Client --version 6.2.1
<PackageReference Include="RabbitMQ.Client" Version="6.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RabbitMQ.Client --version 6.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.6.1
- System.Memory (>= 4.5.4)
- System.Threading.Channels (>= 4.7.1)
-
.NETStandard 2.0
- System.Memory (>= 4.5.4)
- System.Threading.Channels (>= 4.7.1)
Used By
NuGet packages (1.1K)
Showing the top 5 NuGet packages that depend on RabbitMQ.Client:
Package | Downloads |
---|---|
MassTransit.RabbitMQ
MassTransit RabbitMQ transport support; MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com
|
|
EasyNetQ
A nice .NET API for RabbitMQ
|
|
AspNetCore.HealthChecks.Rabbitmq
HealthChecks.RabbitMQ is the health check package for RabbitMQ.
|
|
NServiceBus.RabbitMQ
RabbitMQ support for NServiceBus
|
|
RawRabbit
A modern framework for communication over RabbitMq.
|
GitHub repositories (78)
Showing the top 5 popular GitHub repositories that depend on RabbitMQ.Client:
Repository | Stars |
---|---|
dotnet-architecture/eShopOnContainers
Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 5, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor.
|
|
abpframework/abp
Open Source Web Application Framework for ASP.NET Core
|
|
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
|
|
dotnetcore/CAP
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern
|
|
MassTransit/MassTransit
Distributed Application Framework for .NET
|