diff options
-rw-r--r-- | README.rst | 3 | ||||
-rw-r--r-- | docs/includes/introduction.txt | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -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: |