Ask Solem 13 anos atrás
pai
commit
392632e78e
1 arquivos alterados com 5 adições e 3 exclusões
  1. 5 3
      Changelog

+ 5 - 3
Changelog

@@ -51,7 +51,8 @@ Important Notes
 
 * Broker transports can be now be specified using URLs
 
-    The broker hostname can now be given as an URL instead, of the format::
+    The broker can now be specified as an URL instead.
+    This URL must have the format::
 
         transport://user:password@hostname:port/virtual_host
 
@@ -59,8 +60,9 @@ Important Notes
 
         amqp://guest:guest@localhost:5672//
 
-    The transport (scheme) defaults to amqp, and is not required.
-    user, password, port and virtual_host is also optional and
+    The scheme is required, so that the host is identified
+    as an URL and not just a host name.
+    User, password, port and virtual_host are optional and
     defaults to the particular transports default value.
 
     .. note::