summaryrefslogtreecommitdiff
path: root/docs/userguide
diff options
context:
space:
mode:
authorIrmen de Jong <irmen@razorvine.net>2018-11-25 15:40:54 +0100
committerAsif Saif Uddin <auvipy@gmail.com>2018-11-25 20:40:54 +0600
commitaa8ea28f50c4605fda0a3b1cea4ca1b3a5e80598 (patch)
treeed51935248cbe4e572011d12efe64b0914277247 /docs/userguide
parent44524d590b6e8b3da94cb19a23a3e34fd442406a (diff)
downloadkombu-aa8ea28f50c4605fda0a3b1cea4ca1b3a5e80598.tar.gz
Making the pyro transport available, fix it for recent Pyro4 versions, add broker daemon (#895)
* Make the pyro transport available and fix it for recent Pyro4 version. Implemented the missing Pyro Kombu broker to actually be able to use the Pyro transport * code style
Diffstat (limited to 'docs/userguide')
-rw-r--r--docs/userguide/connections.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/userguide/connections.rst b/docs/userguide/connections.rst
index e3ceaa07..d331dc7c 100644
--- a/docs/userguide/connections.rst
+++ b/docs/userguide/connections.rst
@@ -98,6 +98,10 @@ All of these are valid URLs:
# Using virtual host 'foo'
amqp://localhost/foo
+ # Using Pyro with name server running on 'localhost'
+ pyro://localhost/kombu.broker
+
+
The query part of the URL can also be used to set options, e.g.:
.. code-block:: text