NOF.Infrastructure.RabbitMQ
10.6.0
dotnet add package NOF.Infrastructure.RabbitMQ --version 10.6.0
NuGet\Install-Package NOF.Infrastructure.RabbitMQ -Version 10.6.0
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="NOF.Infrastructure.RabbitMQ" Version="10.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NOF.Infrastructure.RabbitMQ" Version="10.6.0" />
<PackageReference Include="NOF.Infrastructure.RabbitMQ" />
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 NOF.Infrastructure.RabbitMQ --version 10.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NOF.Infrastructure.RabbitMQ, 10.6.0"
#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 NOF.Infrastructure.RabbitMQ@10.6.0
#: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=NOF.Infrastructure.RabbitMQ&version=10.6.0
#tool nuget:?package=NOF.Infrastructure.RabbitMQ&version=10.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
NOF.Infrastructure.RabbitMQ
RabbitMQ integration for the NOF Framework - a transport adapter for NOF command and notification dispatch using the official RabbitMQ client.
Installation
dotnet add package NOF.Infrastructure.RabbitMQ
Usage
using NOF.Hosting.AspNetCore;
using NOF.Infrastructure.RabbitMQ;
var builder = NOFWebApplicationBuilder.Create(args);
builder.AddRabbitMQ(options =>
{
options.ConnectionString = builder.Configuration.GetConnectionString("rabbitmq");
options.PrefetchCount = 8;
});
You can configure RabbitMQ either through ConnectionString or the individual HostName, Port, UserName, Password, and VirtualHost properties on RabbitMQOptions.
Dependencies
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- NOF.Application (>= 10.6.0)
- NOF.Infrastructure (>= 10.6.0)
- RabbitMQ.Client (>= 7.0.0 && < 7.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.6.0 | 0 | 6/10/2026 |
| 10.6.0-nightly.1282346.d3886ed | 24 | 6/9/2026 |
| 10.6.0-nightly.1282208.68ffd2e | 30 | 6/9/2026 |
| 10.6.0-nightly.1282190.e1442f9 | 37 | 6/9/2026 |
| 10.6.0-nightly.1280622.60d7027 | 58 | 6/8/2026 |
| 10.6.0-nightly.1278216.b2a8a6a | 46 | 6/6/2026 |
| 10.6.0-nightly.1278169.115732b | 46 | 6/6/2026 |
| 10.6.0-nightly.1275207.7a22e46 | 52 | 6/4/2026 |
| 10.6.0-nightly.1275187.b146f14 | 48 | 6/4/2026 |
| 10.6.0-nightly.1275143.bbcffd1 | 42 | 6/4/2026 |
| 10.6.0-nightly.1272066.87361d5 | 51 | 6/2/2026 |
| 10.6.0-nightly.1263860.0e25bc5 | 68 | 5/27/2026 |
| 10.6.0-nightly.1261960.84db1f2 | 59 | 5/26/2026 |
| 10.6.0-nightly.1260976.278016a | 52 | 5/25/2026 |
| 10.6.0-nightly.1260949.d6e2270 | 49 | 5/25/2026 |
| 10.6.0-nightly.1260883.04157c7 | 49 | 5/25/2026 |
| 10.6.0-nightly.1255923.6170d7f | 52 | 5/22/2026 |
| 10.6.0-nightly.1254934.8f245f4 | 52 | 5/21/2026 |
| 10.6.0-nightly.1253375.5b42a45 | 48 | 5/20/2026 |
| 10.5.0 | 109 | 5/19/2026 |
Loading failed