summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDefteZ <deftez@gmail.com>2020-06-13 23:28:57 +0200
committerAsif Saif Uddin <auvipy@gmail.com>2020-06-14 08:12:45 +0600
commitbff78a5b6c53d33929209c460d7c78694f50ae66 (patch)
treefcb43fb44fcaaf0ccdc67680422c3f4bf0511b50
parent75027490c71b83342f92b5293461c679233dc25e (diff)
downloadkombu-bff78a5b6c53d33929209c460d7c78694f50ae66.tar.gz
Improve mention for MongoDB transport mention in docs
-rw-r--r--README.rst3
-rw-r--r--docs/includes/introduction.txt3
2 files changed, 4 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index ee755469..30180207 100644
--- a/README.rst
+++ b/README.rst
@@ -41,7 +41,7 @@ Features
* Virtual transports makes it really easy to add support for non-AMQP
transports. There is already built-in support for `Redis`_,
- `Amazon SQS`_, `ZooKeeper`_, `SoftLayer MQ`_ and `Pyro`_.
+ `Amazon SQS`_, `ZooKeeper`_, `SoftLayer MQ`_, `MongoDB`_ and `Pyro`_.
* In-memory transport for unit testing.
@@ -76,6 +76,7 @@ and the `Wikipedia article about AMQP`_.
.. _`librabbitmq`: https://pypi.org/project/librabbitmq/
.. _`Pyro`: https://pyro4.readthedocs.io/
.. _`SoftLayer MQ`: https://sldn.softlayer.com/reference/messagequeueapi
+.. _`MongoDB`: https://www.mongodb.com/
.. _transport-comparison:
diff --git a/docs/includes/introduction.txt b/docs/includes/introduction.txt
index 79d7d619..9dd9e009 100644
--- a/docs/includes/introduction.txt
+++ b/docs/includes/introduction.txt
@@ -36,7 +36,7 @@ Features
* Virtual transports makes it really easy to add support for non-AMQP
transports. There is already built-in support for `Redis`_,
`Amazon SQS`_, `Azure Storage Queues`_, `Azure Service Bus`_,
- `ZooKeeper`_, `SoftLayer MQ`_ and `Pyro`_.
+ `ZooKeeper`_, `SoftLayer MQ`_, `MongoDB`_ and `Pyro`_.
* In-memory transport for unit testing.
@@ -73,6 +73,7 @@ and the `Wikipedia article about AMQP`_.
.. _`librabbitmq`: https://pypi.org/project/librabbitmq/
.. _`Pyro`: https://pyro4.readthedocs.io/
.. _`SoftLayer MQ`: http://www.softlayer.com/services/additional/message-queue
+.. _`MongoDB`: https://www.mongodb.com/
.. _transport-comparison: