Back to skills

azure-servicebus-dotnet

infrastructure

Azure.Messaging.ServiceBus is the official .NET SDK for Azure Service Bus. It handles sending and receiving messages across queues, topics, and subscriptions, with support for sessions, dead letter qu

Setup & Installation

npx skills add https://github.com/microsoft/azure-servicebus-dotnet --skill azure-servicebus-dotnet
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/azure-servicebus-dotnet
View on GitHub

What This Skill Does

Azure.Messaging.ServiceBus is the official .NET SDK for Azure Service Bus. It handles sending and receiving messages across queues, topics, and subscriptions, with support for sessions, dead letter queues, and cross-entity transactions. The processor-based model handles lock renewal, concurrency, and error routing automatically, which removes the manual polling and lock management you'd otherwise have to build yourself.

When to use it

  • Working with azure servicebus dotnet functionality
  • Implementing azure servicebus dotnet features
  • Debugging azure servicebus dotnet related issues