Skip to content

Commit

Permalink
Undocument mongodb, django, sqlalchemy and couchdb broker urls. Closes
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Dec 9, 2016
1 parent 64bb0fa commit 586b50f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/userguide/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1582,9 +1582,8 @@ is optional, and defaults to the specific transports default values.
The transport part is the broker implementation to use, and the
default is ``amqp``, (uses ``librabbitmq`` if installed or falls back to
``pyamqp``). There are also many other choices, including;
``redis``, ``beanstalk``, ``sqlalchemy``, ``django``, ``mongodb``,
and ``couchdb``.
``pyamqp``). There are also other choices available, including;
``redis://``, ``sqs://``, and ``qpid://``.
The scheme can also be a fully qualified path to your own transport
implementation::
Expand Down

0 comments on commit 586b50f

Please sign in to comment.