Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AMQP support (either through Pika or using Kombu) #374

Open
femtotrader opened this issue Jul 4, 2014 · 1 comment
Open

AMQP support (either through Pika or using Kombu) #374

femtotrader opened this issue Jul 4, 2014 · 1 comment

Comments

@femtotrader
Copy link

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

@plq
Copy link
Member

plq commented Jul 7, 2014

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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants