Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is AMQP production ready?

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?
like image 816
Piotr Czapla Avatar asked Jan 28 '10 15:01

Piotr Czapla


2 Answers

Yes: RabbitMQ

like image 54
ConsultUtah Avatar answered Oct 17 '22 12:10

ConsultUtah


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.

like image 41
Piotr Czapla Avatar answered Oct 17 '22 12:10

Piotr Czapla