Skip to content
Snippets Groups Projects
Commit da4ba504 authored by Gavin M. Roy's avatar Gavin M. Roy
Browse files

Update the uri for the SimpleChannel example

parent 6d804ab4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -20,7 +20,7 @@ class SimpleChannel(object):
 
import rabbitpy
 
with rabbitpy.SimpleChannel(url) as channel:
with rabbitpy.SimpleChannel('amqp://localhost/%2f) as channel:
queue = rabbitpy.Queue(channel, 'my-queue')
 
:param str uri: The AMQP URI to connect with. For URI options, see the
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment