MassTransit.RabbitMQ 8.0.16

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET 6.0 .NET Standard 2.0 .NET Framework 4.6.2
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package MassTransit.RabbitMQ --version 8.0.16
NuGet\Install-Package MassTransit.RabbitMQ -Version 8.0.16
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="MassTransit.RabbitMQ" Version="8.0.16" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MassTransit.RabbitMQ --version 8.0.16
#r "nuget: MassTransit.RabbitMQ, 8.0.16"
#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.
// Install MassTransit.RabbitMQ as a Cake Addin
#addin nuget:?package=MassTransit.RabbitMQ&version=8.0.16

// Install MassTransit.RabbitMQ as a Cake Tool
#tool nuget:?package=MassTransit.RabbitMQ&version=8.0.16

MassTransit

MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.

  • First class testing support
  • Write once, then deploy using RabbitMQ, Azure Service Bus, and Amazon SQS
  • Observability via Open Telemetry (OTEL)
  • Fully-supported, widely-adopted, a complete end-to-end solution

Documentation

Get started by reading through the documentation.

Build Status

Branch Status
master master
develop develop

MassTransit NuGet Packages

The following NuGet packages are the currently supported.

alt MassTransit

Transports

Saga Persistence

Message Data

Scheduling

Interoperability

Other

Deprecated Packages

The following packages from earlier versions of MassTransit are no longer supported.

  • Automatonymous
  • Automatonymous.NHibernate
  • Automatonymous.Visualizer
  • GreenPipes
  • MassTransit.ApplicationInsights
  • MassTransit.AspNetCore
  • MassTransit.Autofac
  • MassTransit.Automatonymous
  • MassTransit.Automatonymous.Autofac
  • MassTransit.Automatonymous.Extensions.DependencyInjection
  • MassTransit.Automatonymous.Lamar
  • MassTransit.Automatonymous.SimpleInjector
  • MassTransit.Automatonymous.StructureMap
  • MassTransit.Automatonymous.Windsor
  • MassTransit.AzureServiceBus
  • MassTransit.CastleWindsor
  • MassTransit.Extensions.DependencyInjection
  • MassTransit.Extensions.Logging
  • MassTransit.Host
  • MassTransit.Http
  • MassTransit.Lamar
  • MassTransit.Log4Net
  • MassTransit.MSMQ
  • MassTransit.Ninject
  • MassTransit.NLog
  • MassTransit.Platform.Abstractions
  • MassTransit.Reactive
  • MassTransit.SerilogIntegration
  • MassTransit.SimpleInjector
  • MassTransit.StructureMap
  • MassTransit.StructureMapSigned
  • MassTransit.Unity

Discord

Get help live at the MassTransit Discord server.

alt Join the conversation

GitHub Issues

Please do not open an issue on GitHub, unless you have spotted an actual bug in MassTransit.

Use GitHub Discussions to ask questions, bring up ideas, or other general items. Issues are not the place for questions, and will either be converted to a discussion or closed.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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. 
.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 is compatible. 
.NET Framework net461 was computed.  net462 is compatible.  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)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (269)

Showing the top 5 NuGet packages that depend on MassTransit.RabbitMQ:

Package Downloads
2AxisTechnology.Core.CL

Plz don't install.

ComplianceAuditSystems.AcabimCommonServices

Package Description

MassTransit.RabbitMq.Extensions.Hosting

MassTransit configuration extensions for Microsoft.Extensions.DependencyInjection using Microsoft.Extensions.Hosting.IHostedService and RabbitMQ

CUSTIS.NetCore.MassTransit The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Инструменты для работы с MassTransit

MassTransit.Extensions.Hosting.RabbitMq

MassTransit RabbitMQ configuration extensions using Microsoft.Extensions.Hosting.IHostedService and Microsoft.Extensions.DependencyInjection.

GitHub repositories (31)

Showing the top 5 popular GitHub repositories that depend on MassTransit.RabbitMQ:

Repository Stars
MassTransit/MassTransit
Distributed Application Framework for .NET
elsa-workflows/elsa-core
A .NET workflows library
vietnam-devs/coolstore-microservices
A full-stack .NET microservices build on Dapr and Tye
aspnetrun/run-aspnetcore-microservices
Microservices on .Net platforms which used Asp.Net Web API, Docker, RabbitMQ, MassTransit, Grpc, Ocelot API Gateway, MongoDB, Redis, PostgreSQL, SqlServer, Dapper, Entity Framework Core, CQRS and Clean Architecture implementation. Also includes Cross-Cutting concerns like Implementing Centralized Distributed Logging with Elasticsearch, Kibana and SeriLog, use the HealthChecks with Watchdog, Implement Retry and Circuit Breaker patterns with Polly and so on.. See Microservices Architecture and Step by Step Implementation on .NET Course w/ discount->
grandnode/grandnode2
Free, Open source, Fast, Headless, Multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, LiteDB, Vue.js.
Version Downloads Last updated
8.1.0-develop.1394 0 6/6/2023
8.1.0-develop.1393 159 5/30/2023
8.1.0-develop.1390 163 5/25/2023
8.1.0-develop.1389 208 5/23/2023
8.0.16 27,740 5/23/2023
8.0.15 151,138 4/24/2023
8.0.14 397,259 3/17/2023
8.0.13 365,508 2/18/2023
8.0.12 331,118 1/26/2023
8.0.11 66,469 1/20/2023
8.0.10 268,635 12/30/2022
8.0.9 385,756 12/5/2022
8.0.8 864,462 11/4/2022
8.0.7 520,344 10/7/2022
8.0.6 1,135,853 8/14/2022
8.0.5 724,304 7/11/2022
8.0.4 27,234 7/10/2022
8.0.3 771,279 6/3/2022
8.0.2 630,600 4/29/2022
8.0.1 349,267 4/1/2022
8.0.0 397,498 3/19/2022
7.3.1 2,791,071 1/21/2022
7.3.0 1,220,687 12/7/2021
7.2.4 906,129 11/1/2021
7.2.3 300,128 10/14/2021
7.2.2 1,308,435 8/13/2021
7.2.1 1,164,808 6/26/2021
7.2.0 670,985 6/1/2021
7.1.8 1,184,640 4/13/2021
7.1.7 584,613 3/23/2021
7.1.6 600,773 2/26/2021
7.1.5 507,282 2/10/2021
7.1.4 283,278 1/27/2021
7.1.3 358,828 1/18/2021
7.1.2 382,036 1/4/2021
7.1.1 44,957 12/29/2020
7.1.0 23,358 12/27/2020
7.0.7 557,859 11/24/2020
7.0.6 858,473 10/25/2020
7.0.4 813,988 9/8/2020
7.0.3 422,599 8/8/2020
7.0.2 168,114 7/20/2020
7.0.1 155,300 7/12/2020
7.0.0 403,710 6/29/2020
6.3.2 1,172,360 5/18/2020
6.3.1 137,621 5/12/2020
6.3.0 35,344 5/10/2020
6.2.5 216,637 4/24/2020
6.2.4 337,981 4/2/2020
6.2.3 202,872 3/20/2020
6.2.2 53,446 3/14/2020
6.2.1 197,572 3/4/2020
6.2.0 141,093 2/24/2020
6.1.0 87,678 2/15/2020
6.0.2 313,147 1/21/2020
6.0.1 265,819 12/27/2019
6.0.0 392,785 12/3/2019
5.5.6 1,530,472 10/20/2019
5.5.5 794,795 8/26/2019
5.5.4 290,439 7/24/2019
5.5.3 37,145 7/17/2019
5.5.2 522,666 6/18/2019
5.5.1 87,961 6/4/2019
5.5.0 123,237 5/29/2019
5.3.2 851,478 2/20/2019
5.3.1 128,118 2/8/2019
5.3.0 27,387 2/4/2019
5.2.3 174,879 1/19/2019
5.2.1 75,720 1/8/2019
5.2.0 82,870 12/25/2018
5.1.5 780,368 9/19/2018
5.1.4 517,413 7/13/2018
5.1.3 158,487 6/26/2018
5.1.2 266,733 5/21/2018
5.1.1 2,630 5/19/2018
5.1.0 23,752 5/11/2018
5.0.2 79,165 4/29/2018
5.0.1 75,810 4/24/2018
5.0.0 35,276 4/17/2018
4.0.1 455,031 1/25/2018
4.0.0 53,578 1/1/2018
3.5.7 384,366 3/29/2017
2.10.2 111,151 4/24/2016