You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hello,
It will be nice if
Spyne
could support AMQP (RabbitMQ) as transport protocoleither "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
The text was updated successfully, but these errors were encountered: