Setup & Installation
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
