AMQP support (either through Pika or using Kombu)
Hello,
It will be nice if Spyne could support AMQP (RabbitMQ) as transport protocol
either "directly" through Pika https://www.rabbitmq.com/tutorials/tutorial-six-python.html https://pypi.python.org/pypi/pika or through Kombu http://kombu.readthedocs.org/ http://kombu.readthedocs.org/en/latest/introduction.html#transport-comparison
Supporting Kombu could allow to use several message brokers (RabbitMQ AMQP or Redis, but also some database...)
A good starting point could be callme project https://github.com/ceelian/callme but they only support pickled objects (no JSON, nor XML).
Kind regards
Hi,
First, thanks for your interest in Spyne. But the thing is, I know nothing about these technologies so I can't work on these any time soon.
However, If you're willing to work on this, you can start right now. If you have any questions, please join http://lists.spyne.io/listinfo/people to ask them.
Also, there's actually I thread I just started about dealing with Spyne's third-party integrations. It'd be wonderful if you could provide feedback on that: http://lists.spyne.io/archives/people/2014-July/000060.html
Best regards,