Ari Flinkman

Results 1 issues of Ari Flinkman

When I try to do this straight from the introduction: from carrot.connection import AMQPConnection amqpconn = AMQPConnection(hostname="localhost", port=5672, userid="test", password="test", vhost="test") the whole thing ends up in a busy loop:...