Improve mention for MongoDB transport mention in docs

This commit is contained in:
DefteZ 2020-06-13 23:28:57 +02:00 committed by Asif Saif Uddin
parent 75027490c7
commit bff78a5b6c
2 changed files with 4 additions and 2 deletions

View File

@ -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:

View File

@ -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: