Microting.Rebus.RabbitMq 10.0.1

Prefix Reserved
dotnet add package Microting.Rebus.RabbitMq --version 10.0.1
                    
NuGet\Install-Package Microting.Rebus.RabbitMq -Version 10.0.1
                    
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.1" />
                    
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.1" />
                    
Directory.Packages.props
<PackageReference Include="Microting.Rebus.RabbitMq" />
                    
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 Microting.Rebus.RabbitMq --version 10.0.1
                    
#r "nuget: Microting.Rebus.RabbitMq, 10.0.1"
                    
#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.1
                    
#: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.1
                    
Install as a Cake Addin
#tool nuget:?package=Microting.Rebus.RabbitMq&version=10.0.1
                    
Install as a Cake Tool

Rebus.RabbitMq

install from nuget

Provides a RabbitMQ transport implementation for Rebus.

alternate text is missing from this package README image


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:

alternate text is missing from this package README image

Product 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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Microting.Rebus.RabbitMq:

Package Downloads
Microting.eForm

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.1 7,031 1/11/2026
10.0.0 2,075 1/2/2026
9.0.11 21,968 10/28/2025
9.0.10 7,352 10/11/2025
9.0.9 5,739 9/21/2025
9.0.5 7,804 8/15/2025
9.0.4 2,249 8/6/2025
9.0.3 304 8/6/2025
9.0.2 21,632 3/24/2025
9.0.1 1,691 3/19/2025
9.0.0 14,078 12/30/2024
8.5.3 32,046 7/25/2024
8.5.2 12,198 5/31/2024
8.5.1 24,301 12/8/2023
8.5.0 23,325 7/22/2023
8.5.0-pre 275 4/6/2023
8.2.11 59,872 12/15/2022
8.2.10 6,228 11/29/2022
8.0.8 221 7/25/2024
8.0.7 249 5/29/2024
Loading failed