简体   繁体   中英

Erlang AMQP client library

Is there an ErlangAMQP 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...

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM