gmr / rabbitpy

A pure python, thread-safe, minimalistic and pythonic RabbitMQ client library
http://rabbitpy.readthedocs.org
BSD 3-Clause "New" or "Revised" License
242 stars 58 forks source link

rabbitpy cannot connect to topic amqp #13

Closed rakhmad closed 10 years ago

rakhmad commented 10 years ago

By using this piece of code: rabbitpy.get('amqp://guest:guest@localhost:5672//', 'myqueue')

I got no response.

rafaelmagu commented 10 years ago

This might be related to the problem I'm having as well at #7

gmr commented 10 years ago

Try: rabbitpy.get('amqp://guest:guest@localhost:5672/%2F', 'myqueue')

From: Rakhmad Azhari Rakhmad Azhari Reply: gmr/rabbitpy reply@reply.github.com Date: December 18, 2013 at 5:47:48 AM To: gmr/rabbitpy rabbitpy@noreply.github.com Subject:  [rabbitpy] rabbitpy cannot connect to topic amqp (#13)
By using this piece of code: rabbitpy.get('amqp://guest:guest@localhost:5672//', 'myqueue')

I got no response.

— Reply to this email directly or view it on GitHub.

gmr commented 10 years ago

Thanks for the report, the issue has been resolved.