Arcus.Messaging.Pumps.ServiceBus
1.0.0-preview-2
All Azure Service Bus messaging functionality has been consolidated into the `Arcus.Messaging.ServiceBus` package.
See the version list below for details.
dotnet add package Arcus.Messaging.Pumps.ServiceBus --version 1.0.0-preview-2
NuGet\Install-Package Arcus.Messaging.Pumps.ServiceBus -Version 1.0.0-preview-2
<PackageReference Include="Arcus.Messaging.Pumps.ServiceBus" Version="1.0.0-preview-2" />
<PackageVersion Include="Arcus.Messaging.Pumps.ServiceBus" Version="1.0.0-preview-2" />
<PackageReference Include="Arcus.Messaging.Pumps.ServiceBus" />
paket add Arcus.Messaging.Pumps.ServiceBus --version 1.0.0-preview-2
#r "nuget: Arcus.Messaging.Pumps.ServiceBus, 1.0.0-preview-2"
#:package Arcus.Messaging.Pumps.ServiceBus@1.0.0-preview-2
#addin nuget:?package=Arcus.Messaging.Pumps.ServiceBus&version=1.0.0-preview-2&prerelease
#tool nuget:?package=Arcus.Messaging.Pumps.ServiceBus&version=1.0.0-preview-2&prerelease
Provides capability to run an Azure Service Bus message pump
| 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. 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 is compatible. |
| .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. |
-
.NETCoreApp 3.1
- Arcus.Messaging.Abstractions.ServiceBus (>= 1.0.0-preview-2)
- Arcus.Messaging.Pumps.Abstractions (>= 1.0.0-preview-2)
- Arcus.Messaging.ServiceBus.Core (>= 1.0.0-preview-2)
- Arcus.Security.Providers.AzureKeyVault (>= 1.4.0 && < 2.0.0)
- Azure.Identity (>= 1.2.3 && < 2.0.0)
- Guard.NET (>= 1.2.0 && < 2.0.0)
- Microsoft.Azure.Management.ServiceBus (>= 2.1.0 && < 3.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 3.1.8 && < 5.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 3.1.8 && < 5.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.8 && < 5.0.0)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 3.1.8 && < 5.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.8 && < 5.0.0)
-
.NETStandard 2.0
- Arcus.Messaging.Abstractions.ServiceBus (>= 1.0.0-preview-2)
- Arcus.Messaging.Pumps.Abstractions (>= 1.0.0-preview-2)
- Arcus.Messaging.ServiceBus.Core (>= 1.0.0-preview-2)
- Arcus.Security.Providers.AzureKeyVault (>= 1.4.0 && < 2.0.0)
- Azure.Identity (>= 1.2.3 && < 2.0.0)
- Guard.NET (>= 1.2.0 && < 2.0.0)
- Microsoft.Azure.Management.ServiceBus (>= 2.1.0 && < 3.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 3.1.8 && < 5.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 3.1.8 && < 5.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.8 && < 5.0.0)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 3.1.8 && < 5.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.8 && < 5.0.0)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on Arcus.Messaging.Pumps.ServiceBus:
| Package | Downloads |
|---|---|
|
Arcus.BackgroundJobs.CloudEvents
Provides capabilities for running background jobs to automate workflows. |
|
|
Arcus.BackgroundJobs.KeyVault
Provides capabilities for running background jobs to automate workflows such as updating cached Azure Key Value secrets. |
|
|
Arcus.Templates.ServiceBus.Queue
Provide a template to easily build workers on a Azure Service Bus Queue. |
|
|
Arcus.Templates.ServiceBus.Topic
Provide a template to easily build workers on a Azure Service Bus Topic. |
|
|
Arcus.Testing.Messaging.Pumps.ServiceBus
Provides messaging capabilities during Arcus testing |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 3.0.0-preview-3 | 216 | 10/1/2025 | |
| 3.0.0-preview-2 | 210 | 9/22/2025 | |
| 3.0.0-preview-1 | 418 | 8/21/2025 | |
| 2.2.0 | 3,357 | 5/22/2025 | |
| 2.2.0-preview-2 | 365 | 5/7/2025 | |
| 2.2.0-preview-1 | 537 | 3/14/2025 | |
| 2.1.0 | 4,201 | 2/13/2025 | |
| 2.1.0-preview-1 | 168 | 2/10/2025 | |
| 2.0.1-preview-3 | 195 | 1/28/2025 | |
| 2.0.1-preview-2 | 317 | 12/20/2024 | |
| 2.0.1-preview-1 | 199 | 12/16/2024 | |
| 2.0.0 | 14,561 | 3/15/2024 | |
| 2.0.0-preview-3 | 155 | 1/28/2025 | |
| 1.5.0-preview-1 | 258 | 12/25/2023 | |
| 1.4.0 | 9,144 | 1/6/2023 | |
| 1.4.0-preview-1 | 301 | 1/4/2023 | |
| 1.3.0 | 13,684 | 9/12/2022 | |
| 1.3.0-preview-1 | 380 | 6/2/2022 | |
| 1.2.0 | 15,923 | 3/31/2022 | |
| 1.1.0 | 2,870 | 2/11/2022 | |
| 1.0.1 | 7,515 | 8/31/2021 | |
| 1.0.0 | 1,550 | 8/5/2021 | |
| 1.0.0-preview-3 | 480 | 7/15/2021 | |
| 1.0.0-preview-2 | 441 | 7/15/2021 | |
| 1.0.0-preview-1 | 455 | 6/24/2021 | |
| 0.6.0 | 10,908 | 3/30/2021 | |
| 0.5.1 | 4,280 | 10/29/2020 | |
| 0.5.0 | 1,799 | 10/16/2020 | |
| 0.5.0-preview-1 | 558 | 10/14/2020 | |
| 0.4.0 | 935 | 9/28/2020 | |
| 0.3.1 | 902 | 9/18/2020 | |
| 0.2.0 | 1,391 | 8/24/2020 | |
| 0.1.0 | 12,895 | 3/13/2020 | |
| 0.1.0-preview-3 | 603 | 3/12/2020 | |
| 0.1.0-preview-2 | 1,314 | 1/21/2020 |