mirror of https://github.com/celery/kombu.git
Improve mention for MongoDB transport mention in docs
This commit is contained in:
parent
75027490c7
commit
bff78a5b6c
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue