Microting.Rebus.RabbitMq
10.0.5
Prefix Reserved
dotnet add package Microting.Rebus.RabbitMq --version 10.0.5
NuGet\Install-Package Microting.Rebus.RabbitMq -Version 10.0.5
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="Microting.Rebus.RabbitMq" Version="10.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microting.Rebus.RabbitMq" Version="10.0.5" />
<PackageReference Include="Microting.Rebus.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 Microting.Rebus.RabbitMq --version 10.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microting.Rebus.RabbitMq, 10.0.5"
#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 Microting.Rebus.RabbitMq@10.0.5
#: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=Microting.Rebus.RabbitMq&version=10.0.5
#tool nuget:?package=Microting.Rebus.RabbitMq&version=10.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Rebus.RabbitMq
Provides a RabbitMQ transport implementation for Rebus.

For RabbitMQ, running on a Docker for Windows instance.
Install Docker for windows
Build and run your RabbitMQ with management console, with the following shell command:
docker run -d --hostname my-rabbit --name some-rabbit -p 5672:5672 -p 8080:15672 rabbitmq:3-management
From your web brower, navigate to the RabbitMQ management console,
http://localhost:8080
and then login with the default credentials that were automatically configured for the Docker instance.
username: guest
password: guest
In Visual Studio 2017, run All Tests form the menus: Tests → Run → All Tests. While test are running, switch back to the management console, and watch:
| 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
- Microting.Rebus (>= 10.0.3)
- RabbitMq.Client (>= 7.2.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Microting.Rebus.RabbitMq:
| Package | Downloads |
|---|