Maintained with ☕️ by
IcePanel logo

Public preview: Azure Service Bus for Python

Share

Services

You can now use Azure Service Bus from your Python services by using the new preview release of the [Service Bus package for Python](https://pypi.org/project/azure-servicebus/). Get started by running ‘pip install azure-servicebus’ and following [our official docs](https://docs.microsoft.com/en-us/python/api/overview/azure/servicebus?view=azure-python). The Service Bus package provides concise idioms for sending and receiving messages over the [AMQP 1.0](https://www.amqp.org/resources/specifications) protocol as implemented by the [uamqp](https://pypi.org/project/uamqp/) package. Azure Service Bus is a managed message broker that offers queues for one-to-one, service-to-service communication and topics and subscriptions for pub/sub-style messaging. It provides reliable asynchronous communication between microservices without requiring management of complex broker infrastructure. Please share feedback and issues in the Azure Python SDK [issue tracker](https://github.com/Azure/azure-sdk-for-python/issues). * Service Bus * SDK and Tools * Services * Open Source * [ Service Bus](https://azure.microsoft.com/en-gb/products/service-bus/)