I'm looking for a amqp broker
written in python. Right now I'm using RabbitMQ with pika bindings. RabbitMQ does the job, but it would be nice to find something simpler and more lightweight written in python.
The only one I have found so far is SnakeMQ. But it does not(yet) support multiple queues, which is an requirement in my case.
Does anyone know if there are any alternatives written in python?