Rebus.RabbitMq 10.0.1

dotnet add package Rebus.RabbitMq --version 10.0.1
                    
NuGet\Install-Package 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="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="Rebus.RabbitMq" Version="10.0.1" />
                    
Directory.Packages.props
<PackageReference Include="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 Rebus.RabbitMq --version 10.0.1
                    
#r "nuget: 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.
#addin nuget:?package=Rebus.RabbitMq&version=10.0.1
                    
Install as a Cake Addin
#tool nuget:?package=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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (20)

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

Package Downloads
Elsa.Rebus.RabbitMq

Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package provides a RabbitMQ provider for the Rebus service bus API used by Elsa.

Elsa.Activities.RabbitMq

Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package provides activities to send and receive messages using Rabbit MQ.

Revo.Rebus

Event Sourcing, CQRS and DDD framework for modern C#/.NET applications. Rebus (service bus) messaging integration package.

Rebus.RabbitMq.TransientFaultHelper

A transient fault helper for Rebus using RabbitMQ

Fans.DependencyInjection

Package Description

GitHub repositories (6)

Showing the top 6 popular GitHub repositories that depend on Rebus.RabbitMq:

Repository Stars
abpframework/abp-samples
Sample solutions built with the ABP Framework
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
revoframework/Revo
Event Sourcing, CQRS and DDD framework for C#/.NET Core.
personball/abplus
Abp Plus, Extension For https://github.com/aspnetboilerplate/aspnetboilerplate
rebus-org/RebusSamples
Small sample projects
loyldg/mytelegram
MyTelegram is telegram server side api implementation written in c#
Version Downloads Last Updated
10.0.1 20,044 2 months ago
10.0.0 151,905 5 months ago
9.4.1 69,798 7 months ago
9.4.0 189,230 8/19/2024
9.3.6 98,546 6/19/2024
9.3.1 439 6/10/2024
9.3.0 3,441,673 4/4/2024
9.2.1 292 4/4/2024
9.2.0 363 4/4/2024
9.1.0 157,430 3/19/2024
9.1.0-alpha01 1,004 1/2/2024
9.0.1 278,890 11/15/2023
9.0.0 11,454 11/15/2023
9.0.0-alpha04 613 9/27/2023
9.0.0-alpha03 614 9/5/2023
9.0.0-alpha02 3,191 5/9/2023
9.0.0-alpha01 6,412 3/28/2023
8.1.1 77,943 9/27/2023
8.1.0 18,010 9/5/2023
8.0.0 578,050 1/3/2023
7.4.6 131,930 12/21/2022
7.4.5 5,424 12/21/2022
7.4.4 20,955 12/9/2022
7.4.3 79,134 11/21/2022
7.4.2 325,426 8/5/2022
7.4.1 2,184 8/2/2022
7.3.5 338,435 3/15/2022
7.3.4 268,195 12/14/2021
7.3.3 9,460 12/2/2021
7.3.2 17,313 11/19/2021
7.3.2-b02 762 11/18/2021
7.3.2-b01 13,220 10/7/2021
7.3.1-b9 1,277 8/17/2021
7.3.1-b8 804 8/16/2021
7.3.1-b7 851 8/9/2021
7.3.1-b6 920 7/6/2021
7.3.1-b5 988 5/25/2021
7.3.1-b4 972 5/17/2021
7.3.1-b3 825 4/27/2021
7.3.1-b2 7,102 3/23/2021
7.3.1-b11 809 9/6/2021
7.3.1-b10 776 8/20/2021
7.3.1-b1 938 3/17/2021
7.3.0 842,051 11/1/2020
7.2.0 601,433 10/2/2020
7.1.1 237,415 6/12/2020
7.1.0 5,676 5/27/2020
7.0.0 25,460 5/4/2020
6.1.0 174,098 3/23/2020
6.0.0 72,918 2/11/2020
5.2.0 2,229,738 11/4/2019
5.1.3 228,205 8/27/2019
5.1.2 197,812 3/25/2019
5.1.1 4,532 3/15/2019
5.1.0 45,426 2/20/2019
5.0.2 2,128 2/19/2019
5.0.1 12,617 1/29/2019
5.0.0 6,575 1/28/2019
5.0.0-b09 2,671 11/30/2018
5.0.0-b08 1,404 11/30/2018
5.0.0-b07 1,443 11/26/2018
5.0.0-b06 1,408 11/23/2018
5.0.0-b05 1,431 11/23/2018
5.0.0-b04 1,512 11/9/2018
5.0.0-b03 1,443 11/9/2018
5.0.0-b02 3,527 7/27/2018
5.0.0-b01 4,909 5/21/2018
4.4.2 97,687 3/13/2018
4.4.1 3,705 3/13/2018
4.4.0 12,398 2/10/2018
4.3.0 13,320 1/25/2018
4.2.0 3,298 1/3/2018
4.1.2 9,699 11/7/2017
4.1.1 7,962 10/28/2017
4.1.0 2,108 10/24/2017
4.0.0 29,678 8/15/2017
4.0.0-b03 2,613 5/18/2017
4.0.0-b01 1,909 3/21/2017
3.0.0 25,237 1/5/2017
2.0.0 7,030 9/20/2016
2.0.0-b02 1,659 9/12/2016
2.0.0-b01 1,688 9/9/2016
2.0.0-a2 1,719 9/6/2016
2.0.0-a1 1,694 9/1/2016
0.99.74 2,314 8/29/2016
0.99.73 2,358 8/12/2016
0.99.72 2,064 8/4/2016
0.99.71 2,328 8/3/2016
0.99.70 2,277 7/29/2016
0.99.68 2,085 7/18/2016
0.99.67 2,224 7/1/2016
0.99.66 2,101 6/28/2016
0.99.65 2,085 6/23/2016
0.99.64 2,049 6/22/2016
0.99.63 2,085 6/21/2016
0.99.62 2,222 6/17/2016
0.99.61 2,078 6/17/2016
0.99.60 2,145 6/15/2016
0.99.59 2,390 6/3/2016
0.99.58 2,336 5/24/2016
0.99.57 2,093 5/22/2016
0.99.56 2,100 5/22/2016
0.99.55 2,167 5/16/2016
0.99.54 2,080 5/12/2016
0.99.53 2,018 5/12/2016
0.99.52 2,077 5/11/2016
0.99.51 2,115 5/9/2016
0.99.50 2,187 4/13/2016
0.99.48 2,095 4/6/2016
0.99.47 2,894 3/31/2016
0.99.46 2,048 3/30/2016
0.99.45 2,074 3/29/2016
0.99.44 2,063 3/26/2016
0.99.43 2,001 3/26/2016
0.99.42 2,043 3/22/2016
0.99.41 2,101 3/17/2016
0.99.40 2,052 3/15/2016
0.99.39 2,043 3/14/2016
0.99.38 2,065 3/9/2016
0.99.37 1,994 3/9/2016
0.99.36 2,156 3/3/2016
0.99.35 2,193 2/22/2016
0.99.34 2,083 2/19/2016
0.99.33 2,163 2/12/2016
0.99.32 1,995 2/10/2016
0.99.31 2,163 2/8/2016
0.99.30 2,088 2/5/2016
0.99.29 2,023 2/2/2016
0.99.27 2,031 1/28/2016
0.99.26 2,047 1/27/2016
0.99.25 2,080 1/22/2016
0.99.24 2,156 1/18/2016
0.99.23 2,281 12/18/2015
0.99.22 2,050 12/18/2015
0.99.21 2,293 12/11/2015
0.99.20 2,313 12/10/2015
0.99.19 2,142 12/8/2015
0.99.18 2,125 12/7/2015
0.99.17 2,044 12/7/2015
0.99.16 2,388 11/30/2015
0.99.14 2,191 11/24/2015
0.99.13 2,120 11/23/2015
0.99.12 2,190 11/17/2015
0.99.11 2,163 11/17/2015
0.99.10 2,195 11/11/2015
0.99.9 2,167 11/5/2015
0.99.8 2,119 11/5/2015
0.99.7 2,129 10/29/2015
0.99.5 2,138 10/27/2015
0.99.4 2,105 10/27/2015
0.99.2 2,111 10/12/2015
0.99.1 2,436 10/8/2015
0.99.0 2,141 10/7/2015
0.98.12 2,178 9/17/2015
0.98.11 2,195 9/17/2015
0.98.10 2,118 9/16/2015
0.98.9 2,077 9/14/2015
0.98.8 2,181 9/13/2015
0.98.7 2,126 9/9/2015
0.98.6 2,095 9/7/2015
0.98.5 2,094 9/3/2015
0.98.4 2,099 9/3/2015
0.98.3 2,172 9/1/2015
0.98.2 2,153 8/27/2015
0.98.0 2,082 8/26/2015
0.97.0 2,144 8/25/2015
0.96.0 2,133 8/24/2015
0.95.0 2,098 8/20/2015
0.94.0 2,137 8/19/2015
0.93.0 2,124 8/19/2015
0.92.4 2,054 8/17/2015
0.92.3 2,071 8/13/2015
0.92.2 2,163 8/12/2015
0.92.1 2,452 8/12/2015
0.92.0 2,153 8/11/2015
0.91.0 2,160 8/11/2015
0.90.9 2,287 8/10/2015
0.90.8 2,414 8/9/2015
0.90.7 2,449 8/5/2015
0.90.6 2,303 8/4/2015
0.90.5 2,298 8/4/2015
0.90.4 2,202 8/2/2015
0.90.3 2,256 8/2/2015
0.90.2 2,214 7/31/2015
0.90.1 2,303 7/29/2015
0.90.0 2,289 7/29/2015
0.84.0 83,695 5/15/2015
0.83.0 3,445 4/20/2015
0.82.1 2,246 4/16/2015
0.82.0 3,891 3/19/2015
0.81.0 2,303 3/12/2015
0.80.1 2,530 3/5/2015
0.80.0 8,808 2/19/2015
0.79.0 2,104 2/6/2015
0.78.2 2,112 2/6/2015
0.78.1 2,179 2/5/2015
0.78.0 2,233 1/29/2015
0.77.1 2,238 1/23/2015
0.77.0 2,166 1/15/2015
0.76.0 2,096 1/15/2015
0.75.2 2,156 1/3/2015
0.75.1 2,510 12/21/2014
0.75.0 2,550 12/2/2014
0.74.1 2,358 12/2/2014
0.74.0 2,264 11/30/2014
0.73.0 6,841 11/6/2014
0.72.0 2,450 11/5/2014
0.71.4 2,342 10/29/2014
0.71.3 2,212 10/20/2014
0.71.2 2,777 9/30/2014
0.71.1 3,077 9/19/2014
0.71.0 3,084 8/7/2014
0.70.3 2,780 8/4/2014
0.70.2 2,146 7/31/2014
0.70.1 2,162 7/17/2014
0.69.0 2,301 6/17/2014
0.68.0 2,514 6/5/2014
0.67.0 2,238 5/20/2014
0.66.0 2,190 5/9/2014
0.65.0 2,373 4/27/2014
0.64.1 2,174 4/25/2014
0.64.0 2,281 4/20/2014
0.63.1 2,359 4/19/2014
0.63.0 2,428 3/24/2014
0.62.0 2,521 3/12/2014
0.61.1 2,326 3/5/2014
0.61.0 2,191 3/4/2014
0.60.1 2,236 3/3/2014
0.60.0 2,161 3/3/2014
0.59.0 2,273 2/26/2014
0.58.2 2,246 2/24/2014
0.58.1 2,239 2/24/2014
0.58.0 2,201 2/24/2014
0.57.0 3,333 2/18/2014
0.56.1 2,246 2/4/2014
0.56.0 4,881 1/24/2014
0.55.1 3,305 1/20/2014
0.55.0 3,359 1/20/2014
0.54.8 2,206 1/20/2014
0.54.7 3,347 1/20/2014
0.54.6 2,177 1/20/2014
0.54.5 2,216 1/20/2014
0.54.4 2,197 1/11/2014
0.54.3 2,201 1/8/2014
0.54.1 2,343 12/16/2013
0.54.0 2,183 12/10/2013
0.53.1 2,287 12/9/2013
0.53.0 2,237 12/5/2013
0.52.0 2,269 12/4/2013
0.51.1 2,077 12/3/2013
0.51.0 3,301 12/3/2013
0.50.1 2,296 11/15/2013
0.50.0 2,310 11/15/2013
0.49.0 2,327 11/15/2013
0.48.0 2,420 11/12/2013
0.47.0 2,492 11/6/2013
0.46.0 2,275 10/29/2013
0.45.0 2,271 10/21/2013
0.44.5 2,599 10/11/2013
0.44.4 2,437 10/7/2013
0.44.3 2,247 10/4/2013
0.44.2 2,190 10/4/2013
0.44.1 3,412 10/2/2013
0.44.0 2,210 10/2/2013
0.43.1 3,396 9/24/2013
0.43.0 2,262 9/17/2013
0.42.0 2,212 9/17/2013
0.41.0 3,321 9/10/2013
0.40.1 2,159 9/9/2013
0.40.0 2,206 9/2/2013
0.39.0 2,168 8/29/2013
0.38.1 2,226 8/28/2013
0.38.0 2,242 8/28/2013
0.37.0 2,181 8/26/2013
0.36.1 2,250 8/25/2013
0.36.0 3,431 8/25/2013
0.35.6 2,302 8/20/2013
0.35.5 2,114 8/20/2013
0.35.4 2,179 8/19/2013
0.35.3 2,262 8/17/2013
0.35.2 2,209 8/15/2013
0.35.1 2,252 8/14/2013
0.35.0 2,183 8/6/2013
0.34.7 2,390 8/5/2013
0.34.6 2,187 8/5/2013
0.34.5 2,155 8/2/2013
0.34.3 2,205 7/29/2013
0.34.2 2,146 7/29/2013
0.34.1 2,381 7/27/2013
0.34.0 2,589 7/4/2013
0.33.0 2,336 6/14/2013
0.32.5 2,251 6/2/2013
0.32.4 2,336 5/28/2013
0.32.3 2,264 5/23/2013
0.32.1 2,254 5/15/2013
0.32.0 2,299 4/23/2013
0.31.1 2,203 4/2/2013
0.31.0 2,250 4/2/2013
0.30.7 2,204 3/25/2013
0.30.4 2,249 3/7/2013
0.30.3 2,247 3/7/2013
0.30.2 2,322 3/7/2013
0.30.1 2,272 3/6/2013
0.30.0 2,229 3/5/2013
0.29.9 2,232 3/5/2013
0.29.8 2,214 3/5/2013
0.29.7 2,321 2/28/2013
0.29.6 2,352 2/20/2013
0.29.5 2,352 2/20/2013
0.29.4 2,467 2/8/2013
0.29.3 2,279 2/6/2013
0.29.1 2,345 2/5/2013
0.29.0-alpha 1,795 1/22/2013
0.28.4 2,375 1/21/2013
0.28.3 2,377 1/8/2013
0.28.2 2,312 1/8/2013
0.28.1 2,308 12/27/2012
0.28.0 2,271 12/27/2012
0.27.1 2,399 12/4/2012
0.27.0 2,525 12/4/2012
0.26.1 2,416 12/4/2012
0.26.0 2,564 11/20/2012
0.25.9 2,451 11/20/2012
0.25.8 2,456 11/19/2012
0.25.7 2,532 11/18/2012
0.25.5 2,414 11/15/2012
0.25.3 2,505 11/13/2012
0.25.2 2,564 11/13/2012
0.25.1 2,491 11/13/2012
0.25.0 2,485 11/7/2012
0.24.9 2,428 11/7/2012
0.24.8 2,397 11/7/2012
0.24.7 2,409 11/6/2012
0.24.6 2,467 11/1/2012
0.24.5 2,463 10/30/2012
0.24.4 2,459 10/30/2012
0.24.3 2,472 10/26/2012
0.24.2 2,428 10/26/2012
0.24.1 2,403 10/26/2012
0.24.0 2,338 10/25/2012
0.23.9 2,338 10/25/2012
0.23.8 2,375 10/25/2012
0.23.7 2,393 10/25/2012
0.23.6 2,405 10/24/2012
0.23.1 2,424 10/12/2012
0.23.0 2,448 10/10/2012
0.22.8 2,317 10/10/2012
0.22.7 2,391 10/9/2012
0.22.6 2,477 10/9/2012
0.22.5 2,399 10/3/2012
0.22.4 2,280 10/2/2012
0.22.3 2,386 10/2/2012
0.22.2 2,416 9/30/2012
0.22.1 2,358 9/26/2012
0.22.0 2,338 9/26/2012
0.21.7 2,314 9/25/2012
0.21.6 2,369 9/25/2012
0.21.5 2,262 9/11/2012
0.21.4 2,286 9/10/2012
0.21.3 2,337 9/10/2012
0.21.2 2,262 9/10/2012
0.21.1 2,358 9/10/2012
0.21.0 2,288 9/7/2012
0.20.9 2,335 9/7/2012
0.20.8 2,297 9/6/2012
0.20.7 2,345 9/6/2012
0.20.6 2,306 9/6/2012
0.20.3 2,357 9/4/2012
0.20.2 2,319 9/4/2012
0.19.7 2,347 8/29/2012
0.19.6 2,324 8/28/2012
0.19.5 2,308 8/28/2012
0.19.4 2,335 8/28/2012
0.19.3 2,303 8/28/2012
0.19.2 2,327 8/28/2012
0.19.1 2,358 8/26/2012
0.18.6 2,304 8/23/2012
0.16.0 3,416 8/20/2012
0.15.9-alpha 1,899 8/14/2012
0.15.8-alpha 1,862 8/8/2012
0.15.7-alpha 1,837 8/8/2012
0.15.6-alpha 1,843 8/8/2012
0.15.4-alpha 1,934 8/7/2012
0.15.3-alpha 1,895 8/7/2012
0.15.2-alpha 1,882 8/7/2012
0.15.1-alpha 1,848 8/2/2012
0.15.0-alpha 1,885 8/1/2012
0.14.0-alpha 1,895 7/30/2012
0.13.0-alpha 1,949 7/14/2012
0.12.9-alpha 1,856 6/18/2012
0.12.8-alpha 1,941 6/18/2012
0.12.7-alpha 1,828 6/13/2012
0.12.6-alpha 1,891 6/8/2012
0.12.5-alpha 1,819 6/5/2012