Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Erlang AMQP client library

Is there an Erlang AMQP client library that is not tied to the hip with RabbitMQ?

I know about rabbitmq-erlang-client but I would like something more decoupled... pain when it comes to packaging this stuff for a Debian repository, installation etc...

like image 431
jldupont Avatar asked Nov 14 '22 12:11

jldupont


1 Answers

I know it isn't what you want, but I found that it wasn't too bad to package up the bits of rabbitmq that the rabbitmq-erlang-client needs, plus the rabbitmq-erlang-client, into a Debian packages, and get that working pretty easily.

I have a build-dep on rabbitmq-server though, so it's not the cleanest solution. And it never went into production.

I didn't find an alternative AMQP client for erlang at the time either.

like image 192
TBBle Avatar answered Dec 19 '22 09:12

TBBle