--- id: azure-servicebus version: "7.14.3" license: unclear license_treatment: unclear maintenance: active --- # azure-servicebus — Microsoft Azure Service Bus Client Library for Python License: unclear · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install azure-servicebus uv add azure-servicebus poetry add azure-servicebus ## Description # Azure Service Bus client library for Python Azure Service Bus is a high performance cloud-managed messaging service for providing real-time and fault-tolerant communication between distributed senders and receivers. Service Bus provides multiple mechanisms for asynchronous highly reliable communication, such as structured first-in-first-out messaging, publish/subscribe capabilities, and the ability to easily scale as your needs grow. Use the Service Bus client library for Python to communicate between applications and services and implement asynchronous messaging patterns. * Create Service Bus namespaces, queues, topics, and subscriptions, and modify their settings. * Send and receive messages within your Service Bus channels. * Utilize message locks, sessions, and dead letter functionality to implement complex messaging patterns. [Source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/servicebus/azure-servicebus/) | [Package (PyPi)][pypi] | [Package (Conda)](https://anaconda.org/microsoft/azure-servicebus) | [API reference documentation][api_docs] | [Product documentation][product_docs] |... ## AI interpretation — verify before relying Azure Service Bus client library for Python that enables asynchronous, reliable messaging between distributed applications using queues, topics, and subscriptions with support for message locks, sessions, and dead-letter functionality. Verdict: Production-stable Azure messaging client with active maintenance, no known vulnerabilities, and minimal dependencies. Suitable for applications requiring reliable cloud-based asynchronous communication, though license treatment is unclear and should be verified before use in proprietary contexts. [View on SkillFed](https://skillfed.io/packages/azure-servicebus) · [View on PyPI](https://pypi.org/project/azure-servicebus/)