Przeglądaj źródła

Undocument mongodb, django, sqlalchemy and couchdb broker urls. Closes #3665

Ask Solem 9 lat temu
rodzic
commit
586b50f373
1 zmienionych plików z 2 dodań i 3 usunięć
  1. 2 3
      docs/userguide/configuration.rst

+ 2 - 3
docs/userguide/configuration.rst

@@ -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
 The transport part is the broker implementation to use, and the
 default is ``amqp``, (uses ``librabbitmq`` if installed or falls back to
 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
 The scheme can also be a fully qualified path to your own transport
 implementation::
 implementation::