@@ -27,12 +27,18 @@ Features
27
27
* AMQP transports for both the `amqplib `_ (sync) and
28
28
`pika `_ (sync + async) clients.
29
29
30
+ * Fast AMQP transport using `librabbitmq `_, written in C.
31
+
32
+ This is automatically enabled if :mod: `librabbitmq ` is installed::
33
+
34
+ $ pip install librabbitmq
35
+
30
36
* Virtual transports makes it really easy to add support for non-AMQP
31
37
transports. There is already built-in support for `Redis `_,
32
38
`Beanstalk `_, `Amazon SQS `_, `CouchDB `_, and `MongoDB `_.
33
39
34
- * SQLAlchemy and Django ORM transports exists as plug-ins (
35
- ` kombu-sqlalchemy `_ and ` django-kombu `_) .
40
+ * You can also use the SQLAlchemy and Django ORM transports to
41
+ use a database as the broker .
36
42
37
43
* In-memory transport for unit testing.
38
44
@@ -67,9 +73,8 @@ and the `Wikipedia article about AMQP`_.
67
73
.. _`amqplib` : http://barryp.org/software/py-amqplib/
68
74
.. _`pika` : http://github.com/pika/pika
69
75
.. _`Wikipedia article about AMQP` : http://en.wikipedia.org/wiki/AMQP
70
- .. _`kombu-sqlalchemy` : http://github.com/ask/kombu-sqlalchemy/
71
- .. _`django-kombu` : http://github.com/ask/django-kombu/
72
76
.. _`carrot` : http://pypi.python.org/pypi/carrot/
77
+ .. _`librabbitmq` : http://pypi.python.org/pypi/librabbitmq
73
78
74
79
75
80
Transport Comparison
@@ -111,9 +116,9 @@ Transport Comparison
111
116
Documentation
112
117
-------------
113
118
114
- Kombu is using Sphinx, and the latest documentation is available at GitHub :
119
+ Kombu is using Sphinx, and the latest documentation can be found here :
115
120
116
- http://ask.github.com/kombu
121
+ http://kombu.readthedocs.org/
117
122
118
123
Quick overview
119
124
--------------
@@ -298,12 +303,12 @@ Bug tracker
298
303
===========
299
304
300
305
If you have any suggestions, bug reports or annoyances please report them
301
- to our issue tracker at http://github.com/ask /kombu/issues/
306
+ to our issue tracker at http://github.com/celery /kombu/issues/
302
307
303
308
Contributing
304
309
============
305
310
306
- Development of `Kombu ` happens at Github: http://github.com/ask /kombu
311
+ Development of `Kombu ` happens at Github: http://github.com/celery /kombu
307
312
308
313
You are highly encouraged to participate in the development. If you don't
309
314
like Github (for some reason) you're welcome to send regular patches.
0 commit comments