Skip to main content

Kombu transport using the Django database as a message store.

Project description

Version:
0.9.1

Introduction

This package enables you to use the Django database as the message store for Kombu.

To use you first have to add djkombu to INSTALLED_APPS, and then execute syncdb to create the tables.

django-kombu contains a single transport, djkombu.transport.DatabaseTransport, which is used like this:

>>> from kombu.connection import BrokerConnection
>>> c = BrokerConnection(transport="djkombu.transport.DatabaseTransport")

Installation

You can install django-kombu either via the Python Package Index (PyPI) or from source.

To install using pip,:

$ pip install django-kombu

To install using easy_install,:

$ easy_install django-kombu

If you have downloaded a source tarball you can install it by doing the following,:

$ python setup.py build
# python setup.py install # as root

License

This software is licensed under the New BSD License. See the LICENSE file in the top distribution directory for the full license text.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-kombu-0.9.1.tar.gz (10.6 kB view details)

Uploaded Source

File details

Details for the file django-kombu-0.9.1.tar.gz.

File metadata

File hashes

Hashes for django-kombu-0.9.1.tar.gz
Algorithm Hash digest
SHA256 35cc383e68b99f66d20004802cfcbfb822327b30510cf7a5909f88c6010b84f8
MD5 303500f4c6ab2713dc4feb13c3235c54
BLAKE2b-256 8b29ec479c8fd2dc1f5e1f609eb3718157b8343a55cfb4f3065ca2a039905329

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page