Top "Kombu" questions

Kombu is an AMQP messaging framework for Python.

Celery with Amazon SQS

I want to use Amazon SQS as broker backed of Celery. There’s the SQS transport implementation for Kombu, which …

amazon-web-services celery amazon-sqs kombu
Getting ImportError: cannot import name OrderedDict

I am getting the error ImportError: cannot import name OrderedDict while installing a server locally on my ubuntu 14.04 machine.I …

python-2.7 kombu
Django & Celery — Routing problems

I'm using Django and Celery and I'm trying to setup routing to multiple queues. When I specify a task's routing_…

django celery django-celery kombu
In-Memory broker for celery unit tests

I have a REST API written in Django, with and endpoint that queues a celery task when posting to it. …

django celery kombu
Celery, kombu and django - import error

I am running an application with django, and I wanted to use celery to make some scheduled tasks. According to …

python django celery kombu