Have you used Azure Service bus Queues as a message broker of Celery for a Django Project? What are the advantages and disadvantages of it? There is not much documentation for this integration. Does celery support Azure Service Bus?
1 Answers
0
votes
You can integrate Python Django Celery with Azure Service Bus. Both Azure Service Bus and Celery can be categorized as "Message Queue" tools. This document describes the current stable version of Celery support for Azure Service Bus 7.0.0 using Kombu v5.1.0
Checkout azure-servicebus/samples to get more sample code to build on.
Refer: kombu - Messaging library for Python and Azure Service Bus Message Queue transport module for kombu.