tags:

views:

180

answers:

1

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?
+7  A: 

Yes: RabbitMQ

consultutah