HI,<br><br>I have an Erlang application where I would have rabbitmq. Is there a way I can start rabbitmq server as erlang application like "application:start(rabbitmq)" and use some erlang API to send and receive messages? <br>
<br>I am thinking this because if producer, consumer and exchange reside in same machine then why TCP overhead. Will this be negligible overhead? Am I assuming something wrong?<br><br>Thanks,<br>Marutha<br>