summaryrefslogtreecommitdiff
path: root/docs/includes
diff options
context:
space:
mode:
authorAsif Saif Uddin <auvipy@gmail.com>2021-11-16 20:20:41 +0600
committerAsif Saif Uddin <auvipy@gmail.com>2021-11-16 20:20:41 +0600
commit42bbfbb2217171e82fb411006f8f1c8ad9a9fa15 (patch)
tree89af130a77fa9e98af153d659ca12d1443724280 /docs/includes
parentd13ff9dcc511d11cecc5aeae04e580492143c0e3 (diff)
downloadkombu-42bbfbb2217171e82fb411006f8f1c8ad9a9fa15.tar.gz
update introduction docs
Diffstat (limited to 'docs/includes')
-rw-r--r--docs/includes/introduction.txt10
1 files changed, 1 insertions, 9 deletions
diff --git a/docs/includes/introduction.txt b/docs/includes/introduction.txt
index f8041be3..0c3264b3 100644
--- a/docs/includes/introduction.txt
+++ b/docs/includes/introduction.txt
@@ -23,15 +23,7 @@ Features
* Allows application authors to support several message server
solutions by using pluggable transports.
- * AMQP transport using the `py-amqp`_, `librabbitmq`_, or `qpid-python`_ libraries.
-
- * High performance AMQP transport written in C - when using `librabbitmq`_
-
- This is automatically enabled if librabbitmq is installed:
-
- .. code-block:: console
-
- $ pip install librabbitmq
+ * AMQP transport using the `py-amqp`_, `redis`_, or `SQS`_ libraries.
* Virtual transports makes it really easy to add support for non-AMQP
transports. There is already built-in support for `Redis`_,