MassTransit.Azure.ServiceBus.Core
5.2.1
Prefix Reserved
See the version list below for details.
dotnet add package MassTransit.Azure.ServiceBus.Core --version 5.2.1
NuGet\Install-Package MassTransit.Azure.ServiceBus.Core -Version 5.2.1
<PackageReference Include="MassTransit.Azure.ServiceBus.Core" Version="5.2.1" />
<PackageVersion Include="MassTransit.Azure.ServiceBus.Core" Version="5.2.1" />
<PackageReference Include="MassTransit.Azure.ServiceBus.Core" />
paket add MassTransit.Azure.ServiceBus.Core --version 5.2.1
#r "nuget: MassTransit.Azure.ServiceBus.Core, 5.2.1"
#addin nuget:?package=MassTransit.Azure.ServiceBus.Core&version=5.2.1
#tool nuget:?package=MassTransit.Azure.ServiceBus.Core&version=5.2.1
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.1)
- 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.1)
- 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 (2)
Showing the top 2 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.
|
Version | Downloads | Last updated |
---|---|---|
8.4.1-develop.2269 | 55 | 4/29/2025 |
8.4.1-develop.2268 | 72 | 4/28/2025 |
8.4.1-develop.2264 | 213 | 4/24/2025 |
8.4.1-develop.2262 | 200 | 4/23/2025 |
8.4.0 | 229,246 | 3/18/2025 |
8.3.7 | 138,110 | 3/6/2025 |
8.3.6 | 562,220 | 1/31/2025 |
8.3.5 | 56,825 | 1/28/2025 |
8.3.4 | 595,666 | 12/16/2024 |
8.3.3 | 200,409 | 12/5/2024 |
8.3.2 | 319,931 | 11/20/2024 |
8.3.1 | 283,097 | 11/7/2024 |
8.3.0 | 425,579 | 10/16/2024 |
8.2.5 | 1,334,876 | 8/23/2024 |
8.2.4 | 280,378 | 8/9/2024 |
8.2.3 | 1,244,371 | 6/18/2024 |
8.2.2 | 1,076,477 | 4/26/2024 |
8.2.1 | 484,481 | 4/12/2024 |
8.2.0 | 396,357 | 3/24/2024 |
8.1.3 | 1,904,274 | 12/20/2023 |
8.1.2 | 590,168 | 11/14/2023 |
8.1.1 | 771,508 | 9/30/2023 |
8.1.0 | 536,094 | 8/15/2023 |
8.0.16 | 1,117,034 | 5/23/2023 |
8.0.15 | 471,466 | 4/24/2023 |
8.0.14 | 476,326 | 3/17/2023 |
8.0.13 | 411,678 | 2/18/2023 |
8.0.12 | 298,541 | 1/26/2023 |
8.0.11 | 60,877 | 1/20/2023 |
8.0.10 | 285,394 | 12/30/2022 |
8.0.9 | 432,564 | 12/5/2022 |
8.0.8 | 567,825 | 11/4/2022 |
8.0.7 | 365,518 | 10/7/2022 |
8.0.6 | 772,807 | 8/14/2022 |
8.0.5 | 344,070 | 7/11/2022 |
8.0.4 | 10,422 | 7/10/2022 |
8.0.3 | 482,938 | 6/3/2022 |
8.0.3-develop.465 | 531 | 5/26/2022 |
8.0.2 | 232,178 | 4/29/2022 |
8.0.1 | 221,255 | 4/1/2022 |
8.0.0 | 145,405 | 3/19/2022 |
7.3.1 | 1,323,685 | 1/21/2022 |
7.3.0 | 462,655 | 12/7/2021 |
7.2.4 | 794,621 | 11/1/2021 |
7.2.3 | 130,342 | 10/14/2021 |
7.2.2 | 553,637 | 8/13/2021 |
7.2.1 | 515,959 | 6/26/2021 |
7.2.0 | 145,012 | 6/1/2021 |
7.1.8 | 547,510 | 4/13/2021 |
7.1.7 | 190,115 | 3/23/2021 |
7.1.6 | 304,896 | 2/26/2021 |
7.1.5 | 199,483 | 2/10/2021 |
7.1.4 | 142,806 | 1/27/2021 |
7.1.3 | 46,706 | 1/18/2021 |
7.1.2 | 251,245 | 1/4/2021 |
7.1.1 | 23,072 | 12/29/2020 |
7.1.0 | 5,246 | 12/27/2020 |
7.0.7 | 189,060 | 11/24/2020 |
7.0.6 | 274,130 | 10/25/2020 |
7.0.4 | 164,349 | 9/8/2020 |
7.0.3 | 175,717 | 8/8/2020 |
7.0.2 | 67,763 | 7/20/2020 |
7.0.1 | 19,132 | 7/12/2020 |
7.0.0 | 127,126 | 6/29/2020 |
6.3.2 | 527,386 | 5/18/2020 |
6.3.1 | 28,718 | 5/12/2020 |
6.3.0 | 1,525 | 5/10/2020 |
6.2.5 | 100,381 | 4/24/2020 |
6.2.4 | 70,194 | 4/2/2020 |
6.2.3 | 112,091 | 3/20/2020 |
6.2.2 | 10,625 | 3/14/2020 |
6.2.1 | 35,567 | 3/4/2020 |
6.2.0 | 117,759 | 2/24/2020 |
6.1.0 | 33,509 | 2/15/2020 |
6.0.2 | 46,988 | 1/21/2020 |
6.0.1 | 36,389 | 12/27/2019 |
6.0.0 | 205,280 | 12/3/2019 |
5.5.6 | 239,782 | 10/20/2019 |
5.5.5 | 193,874 | 8/26/2019 |
5.5.4 | 47,622 | 7/24/2019 |
5.5.3 | 34,088 | 7/17/2019 |
5.5.2 | 77,751 | 6/18/2019 |
5.5.1 | 12,911 | 6/4/2019 |
5.5.0 | 36,296 | 5/29/2019 |
5.3.2 | 102,770 | 2/20/2019 |
5.3.1 | 13,047 | 2/8/2019 |
5.3.0 | 3,183 | 2/4/2019 |
5.2.3 | 29,020 | 1/19/2019 |
5.2.1 | 6,280 | 1/8/2019 |
5.2.0 | 5,006 | 12/25/2018 |
5.1.5 | 67,776 | 9/19/2018 |