Description
Azure Service Bus is a fully managed enterprise integration message broker. Service Bus can decouple applications and services. Service Bus offers a reliable and secure platform for asynchronous transfer of data and state. This client library allows for both sending and receiving messages using Azure Service Bus. For more information about Service Bus, see https://learn.microsoft.com/azure/service-bus-messaging/service-bus-messaging-overview
Release Notes
https://github.com/Azure/azure-sdk-for-net/blob/Azure.Messaging.ServiceBus_7.20.1/sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md
Dependencies
▸ net8.0
Azure.Core1.46.2
Azure.Core.Amqp1.3.1
Microsoft.Azure.Amqp2.7.0
▸ .NETStandard2.0
Azure.Core1.46.2
Azure.Core.Amqp1.3.1
Microsoft.Azure.Amqp2.7.0
Install
Add NuGet source (once)
dotnet nuget add source https://nuget.scorpiox.net/v3/index.json \
-n scorpiox \
-k YOUR_API_KEY
Install package
dotnet add package azure.messaging.servicebus \
--version 7.20.1 \
--source scorpiox
PackageReference
<PackageReference Include="azure.messaging.servicebus" Version="7.20.1" />