NOF.Infrastructure.MassTransit.RabbitMQ
7.0.0
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package NOF.Infrastructure.MassTransit.RabbitMQ --version 7.0.0
NuGet\Install-Package NOF.Infrastructure.MassTransit.RabbitMQ -Version 7.0.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.MassTransit.RabbitMQ" Version="7.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NOF.Infrastructure.MassTransit.RabbitMQ" Version="7.0.0" />
<PackageReference Include="NOF.Infrastructure.MassTransit.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.MassTransit.RabbitMQ --version 7.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NOF.Infrastructure.MassTransit.RabbitMQ, 7.0.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.MassTransit.RabbitMQ@7.0.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.MassTransit.RabbitMQ&version=7.0.0
#tool nuget:?package=NOF.Infrastructure.MassTransit.RabbitMQ&version=7.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
NOF.Infrastructure.MassTransit.RabbitMQ
RabbitMQ transport package for the NOF Framework.
Overview
Extends NOF.Infrastructure.MassTransit with RabbitMQ as the message transport. Provides the RabbitMQ-specific bus configuration for MassTransit within NOF applications.
Usage
var builder = NOFWebApplicationBuilder.Create(args, useDefaultConfigs: true);
builder.AddMassTransit()
.UseRabbitMQ();
RabbitMQ connection settings are resolved from your application configuration (default connection name: "rabbitmq").
Dependencies
Installation
dotnet add package NOF.Infrastructure.MassTransit.RabbitMQ
License
Apache-2.0
| 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
- MassTransit.RabbitMQ (>= 8.5.7)
- NOF.Infrastructure.MassTransit (>= 7.0.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 |
|---|---|---|
| 8.0.0-nightly.1182812.d2b8f81 | 77 | 4/1/2026 |
| 8.0.0-nightly.1171454.39c8e77 | 67 | 3/24/2026 |
| 8.0.0-nightly.1171297.eb9cf82 | 67 | 3/24/2026 |
| 8.0.0-nightly.1170307.152510d | 67 | 3/23/2026 |
| 8.0.0-nightly.1168606.bcc19a3 | 64 | 3/22/2026 |
| 7.1.0-nightly.1166810.d3113ab | 70 | 3/21/2026 |
| 7.1.0-nightly.1163073.4d806de | 68 | 3/18/2026 |
| 7.1.0-nightly.1162972.49c4353 | 69 | 3/18/2026 |
| 7.1.0-nightly.1162827.84e4b3a | 70 | 3/18/2026 |
| 7.1.0-nightly.1159824.6c44622 | 72 | 3/16/2026 |
| 7.1.0-nightly.1152597.510d4a6 | 72 | 3/11/2026 |
| 7.1.0-nightly.1152463.f4925f4 | 71 | 3/11/2026 |
| 7.1.0-nightly.1151567.35d23e1 | 78 | 3/10/2026 |
| 7.1.0-nightly.1150087.067890f | 66 | 3/9/2026 |
| 7.1.0-nightly.1148796.64cbe7e | 76 | 3/8/2026 |
| 7.1.0-nightly.1147115.cc50a47 | 67 | 3/7/2026 |
| 7.1.0-nightly.1146486.9631e24 | 73 | 3/7/2026 |
| 7.1.0-nightly.1144348.972168f | 69 | 3/5/2026 |
| 7.1.0-nightly.1143998.52e6c90 | 65 | 3/5/2026 |
| 7.0.0 | 212 | 3/5/2026 |
Loading failed