Skip to main content
IN PREVIEW

Public preview: Azure Service Bus for Python

Published date: February 05, 2019

You can now use Azure Service Bus from your Python services by using the new preview release of the Service Bus package for Python. Get started by running `pip install azure-servicebus` and following our official docs. The Service Bus package provides concise idioms for sending and receiving messages over the AMQP 1.0 protocol as implemented by the 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.

  • Service Bus
  • SDK and Tools
  • Services
  • Open Source

Related Products