MassTransit.Azure.ServiceBus.Core
5.2.0
Prefix Reserved
See the version list below for details.
dotnet add package MassTransit.Azure.ServiceBus.Core --version 5.2.0
NuGet\Install-Package MassTransit.Azure.ServiceBus.Core -Version 5.2.0
<PackageReference Include="MassTransit.Azure.ServiceBus.Core" Version="5.2.0" />
<PackageVersion Include="MassTransit.Azure.ServiceBus.Core" Version="5.2.0" />
<PackageReference Include="MassTransit.Azure.ServiceBus.Core" />
paket add MassTransit.Azure.ServiceBus.Core --version 5.2.0
#r "nuget: MassTransit.Azure.ServiceBus.Core, 5.2.0"
#addin nuget:?package=MassTransit.Azure.ServiceBus.Core&version=5.2.0
#tool nuget:?package=MassTransit.Azure.ServiceBus.Core&version=5.2.0
MassTransit Azure Service Bus Core transport support; MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com/
Product | Versions 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 was computed. 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 was computed. 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. |
.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 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. |
-
.NETFramework 4.6.2
- GreenPipes (>= 2.1.3)
- MassTransit (>= 5.2.0)
- Microsoft.Azure.ServiceBus (>= 3.2.1)
- NewId (>= 3.0.1)
- Newtonsoft.Json (>= 11.0.2)
- WindowsAzure.ServiceBus (>= 4.1.11)
-
.NETStandard 2.0
- GreenPipes (>= 2.1.3)
- MassTransit (>= 5.2.0)
- Microsoft.Azure.ServiceBus (>= 3.2.1)
- NewId (>= 3.0.1)
- Newtonsoft.Json (>= 11.0.2)
NuGet packages (60)
Showing the top 5 NuGet packages that depend on MassTransit.Azure.ServiceBus.Core:
Package | Downloads |
---|---|
MassTransit.WebJobs.ServiceBus
MassTransit Azure WebJobs Service Bus support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity. |
|
MassTransit.WebJobs.EventHubs
MassTransit Azure WebJobs Event Hubs support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity. |
|
RSMassTransit.Client.AzureServiceBus.Core
Azure Service Bus client for RSMassTransit, a MassTransit message bus interface for SQL Server Reporting Services |
|
Carbon.MassTransit
3.10.2 - Healthcheck for RabbitMQ fixed; special characters inthe username and password are now supported 3.10.1 - Dotnet 8.0 target framework added, older versions removed 3.9.6 - ReqRespAsync pattern support via ServiceBus restored - RoutingSlip ServiceBus support added 3.9.3 - It is now possible to call AddAsHighAvailableQueue and AddAsDefaultQueue extensions using custom RabbitMQSettings objects. 3.9.2 - Fixes a dependency injection unexpected behaviour when multi reqrespasync used 3.9.0 - MultiTarget framework support (.net3.1 - 5 - 6) rather than being single target with .NetStandard 2.0 which is outdated 3.8.0 - It is now possible to supply custom configuration objects to AddRabbitMqBus and AddServiceBus extensions. - It is now possible to give custom health check tags to AddRabbitMqBus extensions (helps in avoiding duplicates). 3.7.8 - Fixed a critical bug when ReqRespAsync is used in multiple APIs and same virtual hosts - Add multiple responder to your project 3.7.2 -Fixed a bug for quorum ReqRespAsync patterns 3.7.0 - HighAvailable Queues introduced (powered by quorum) 3.6.0 - ReqRespAsync as GetResponse/Respond Pattern introduced - Awaitable saga, routing slip or ReqRespAsync - Some other useful extension methods 3.5.2 - Minor fixes - Request Response Async Pattern response sender can send response from anywhere thanks to bus 3.5.0 - Request-Response Async Pattern introduced 3.4.0 - Masstransit upgraded to latest 7.x.x version - Masstransit HostedService is now using the as-is one comes directly from MassTransit package - RabbitMQ Healthchecks are now more accurate including all the consumers and their healthiness 3.3.0 - RoutingSlip pattern Added (ConsumeRoutingSlipActivity as consumer) 3.1.1 - MultiBus Hosted Service registration fixed 3.1.0 - MultiBus Support Added 3.0.4 -Health Check with IConnection 3.0.3 -Buggy Rabbitmq healthcheck removed temporarily, will be fixed in a later version 3.0.2 -Added Health Check 3.0.1 -Recovered the port settings feature from 2.0.8 3.0.0 -MassTransit 7.1.5 support added 2.1.0 -MassTransit 6.3.1 support added. Use this version, if MassTransit 6.3.1 required in your project. 2.0.8 -Port Issue fixed (RabbitMQ started using the port number in settings.) 2.0.7 -Prefetch Count Added |
|
Cogito.MassTransit.Azure.ServiceBus
Extensions and utilities for working with MassTransit Azure Service Bus. |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on MassTransit.Azure.ServiceBus.Core:
Repository | Stars |
---|---|
elsa-workflows/elsa-core
A .NET workflows library
|
|
SparkDevNetwork/Rock
An open source CMS, Relationship Management System (RMS) and Church Management System (ChMS) all rolled into one.
|
|
marinasundstrom/YourBrand
Prototype enterprise system for e-commerce and consulting services
|
|
kamilbaczek/Modular-monolith-by-example
Modular monolith architecture example in .NET. Estimation Tool is tool to optimize estimation process in IT company.
|
Version | Downloads | Last updated |
---|---|---|
8.4.1-develop.2269 | 186 | 4/29/2025 |
8.4.1-develop.2268 | 148 | 4/28/2025 |
8.4.1-develop.2264 | 219 | 4/24/2025 |
8.4.1-develop.2262 | 242 | 4/23/2025 |
8.4.0 | 248,142 | 3/18/2025 |
8.3.7 | 143,150 | 3/6/2025 |
8.3.6 | 580,371 | 1/31/2025 |
8.3.5 | 57,649 | 1/28/2025 |
8.3.4 | 601,090 | 12/16/2024 |
8.3.3 | 202,734 | 12/5/2024 |
8.3.2 | 323,481 | 11/20/2024 |
8.3.1 | 285,556 | 11/7/2024 |
8.3.0 | 430,592 | 10/16/2024 |
8.2.5 | 1,342,585 | 8/23/2024 |
8.2.4 | 282,277 | 8/9/2024 |
8.2.3 | 1,251,077 | 6/18/2024 |
8.2.2 | 1,083,299 | 4/26/2024 |
8.2.1 | 485,497 | 4/12/2024 |
8.2.0 | 397,397 | 3/24/2024 |
8.1.3 | 1,911,723 | 12/20/2023 |
8.1.2 | 592,186 | 11/14/2023 |
8.1.1 | 772,926 | 9/30/2023 |
8.1.0 | 536,622 | 8/15/2023 |
8.0.16 | 1,118,964 | 5/23/2023 |
8.0.15 | 472,098 | 4/24/2023 |
8.0.14 | 476,660 | 3/17/2023 |
8.0.13 | 411,906 | 2/18/2023 |
8.0.12 | 298,657 | 1/26/2023 |
8.0.11 | 60,931 | 1/20/2023 |
8.0.10 | 285,486 | 12/30/2022 |
8.0.9 | 432,708 | 12/5/2022 |
8.0.8 | 568,368 | 11/4/2022 |
8.0.7 | 365,805 | 10/7/2022 |
8.0.6 | 773,260 | 8/14/2022 |
8.0.5 | 344,250 | 7/11/2022 |
8.0.4 | 10,439 | 7/10/2022 |
8.0.3 | 483,547 | 6/3/2022 |
8.0.3-develop.465 | 531 | 5/26/2022 |
8.0.2 | 232,288 | 4/29/2022 |
8.0.1 | 221,472 | 4/1/2022 |
8.0.0 | 145,696 | 3/19/2022 |
7.3.1 | 1,326,014 | 1/21/2022 |
7.3.0 | 463,153 | 12/7/2021 |
7.2.4 | 795,847 | 11/1/2021 |
7.2.3 | 130,366 | 10/14/2021 |
7.2.2 | 553,876 | 8/13/2021 |
7.2.1 | 516,191 | 6/26/2021 |
7.2.0 | 145,030 | 6/1/2021 |
7.1.8 | 547,743 | 4/13/2021 |
7.1.7 | 190,230 | 3/23/2021 |
7.1.6 | 305,035 | 2/26/2021 |
7.1.5 | 199,736 | 2/10/2021 |
7.1.4 | 142,910 | 1/27/2021 |
7.1.3 | 46,706 | 1/18/2021 |
7.1.2 | 251,354 | 1/4/2021 |
7.1.1 | 23,077 | 12/29/2020 |
7.1.0 | 5,249 | 12/27/2020 |
7.0.7 | 189,323 | 11/24/2020 |
7.0.6 | 274,173 | 10/25/2020 |
7.0.4 | 164,385 | 9/8/2020 |
7.0.3 | 175,760 | 8/8/2020 |
7.0.2 | 67,775 | 7/20/2020 |
7.0.1 | 19,133 | 7/12/2020 |
7.0.0 | 127,173 | 6/29/2020 |
6.3.2 | 527,478 | 5/18/2020 |
6.3.1 | 28,733 | 5/12/2020 |
6.3.0 | 1,525 | 5/10/2020 |
6.2.5 | 100,419 | 4/24/2020 |
6.2.4 | 70,194 | 4/2/2020 |
6.2.3 | 112,096 | 3/20/2020 |
6.2.2 | 10,625 | 3/14/2020 |
6.2.1 | 35,578 | 3/4/2020 |
6.2.0 | 117,777 | 2/24/2020 |
6.1.0 | 33,533 | 2/15/2020 |
6.0.2 | 46,996 | 1/21/2020 |
6.0.1 | 36,391 | 12/27/2019 |
6.0.0 | 205,314 | 12/3/2019 |
5.5.6 | 240,000 | 10/20/2019 |
5.5.5 | 194,073 | 8/26/2019 |
5.5.4 | 47,628 | 7/24/2019 |
5.5.3 | 34,092 | 7/17/2019 |
5.5.2 | 77,751 | 6/18/2019 |
5.5.1 | 12,911 | 6/4/2019 |
5.5.0 | 36,298 | 5/29/2019 |
5.3.2 | 102,771 | 2/20/2019 |
5.3.1 | 13,047 | 2/8/2019 |
5.3.0 | 3,184 | 2/4/2019 |
5.2.3 | 29,020 | 1/19/2019 |
5.2.1 | 6,284 | 1/8/2019 |
5.2.0 | 5,012 | 12/25/2018 |
5.1.5 | 67,802 | 9/19/2018 |