Back to skills

azure-servicebus-ts

infrastructure

Wraps the Azure Service Bus JavaScript SDK to send and receive messages using queues, topics, and subscriptions. Covers sessions, dead-letter handling, scheduled delivery, and message deferral. Works

Setup & Installation

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

What This Skill Does

Wraps the Azure Service Bus JavaScript SDK to send and receive messages using queues, topics, and subscriptions. Covers sessions, dead-letter handling, scheduled delivery, and message deferral. Works with Entra ID authentication via DefaultAzureCredential. Using the SDK directly handles connection management, batching, and lock renewal that you'd otherwise wire up manually against the REST API.

When to use it

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