[erlang-questions] Re: erlang/python,ruby,.. interfaces on tcp

Rob Elsner thatsnotright@REDACTED
Mon Aug 10 14:49:54 CEST 2009


Depending on your performance requirements, you might consider
RabbitMQ.  We've had excellent luck using it between erlang, java and
C#.  The http2 gateway is nice, as well, for javascript.  We encode
our messages using Google's protocol buffers.

Of course this will induce latency in communication, but we've managed
to push RabbitMQ pretty hard and have never been let down.

Rob


More information about the erlang-questions mailing list