Setup & Installation
What This Skill Does
Azure Service Bus SDK for Python. Provides async and sync clients for sending and receiving messages via queues, topics, and subscriptions on Azure Service Bus. Supports sessions, scheduled messages, dead-letter queues, and batch operations.
The SDK handles message locking, settlement, batching, and async I/O so you don't have to build reliable delivery guarantees from scratch over raw HTTP calls.
When to use it
- Sending order events to a queue for background processing
- Fanning out notifications to multiple subscribers via topics
- Processing messages in strict order using session-based queues
- Scheduling messages to be delivered at a future time
- Routing failed messages to a dead-letter queue for manual review
Similar Skills
wp-performance
A backend-only agent skill for diagnosing and fixing WordPress performance problems.
wp-playground
wp-playground runs disposable WordPress instances in the browser or locally via CLI, using WebAssembly and SQLite.
wp-wpcli-and-ops
Handles WordPress operational tasks via WP-CLI: database exports and imports, URL and domain migrations with search-replace, plugin and theme management, cron inspection, cache flushing, and multisite operations.
apollo-router-plugin-creator
Guides you through writing native Rust plugins for Apollo Router.
