I’d like to use AMQP to join two services one written in C# and other written in python.
I’m expecting quite large volume of messages per second.
- Is there any AMQP Broker that is production ready?
- Are the python & .net bindings good enough?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It seams that reddit said that rabbitMQ isn’t ready as of may 2010.
http://blog.reddit.com/2010/05/reddits-may-2010-state-of-servers.html
On the other hand the article is about rabbitMQ < 2.0 which was crashing because of out of memory problems. According to release notes the version 2.0 and above has this bug fixed.