Is there an Erlang AMQP client library th开发者_C百科at 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.
精彩评论