[rabbitmq-discuss] Rabbitmq as erlang application

Gavin M. Roy gmr at meetme.com
Thu Nov 15 23:44:21 GMT 2012


The erlang amqp client will let you talk directly instead of using TCP
and bypasses AMQP frame marshaling/demarshaling.  I do not know about
starting Rabbit from erlang.

Gavin

On Nov 15, 2012, at 8:34 AM, Maruthavanan Subbarayan
<s.maruthavanan at gmail.com> wrote:

> HI,
>
> 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?
>
> 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?
>
> Thanks,
> Marutha
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss


More information about the rabbitmq-discuss mailing list