Configurable server properties now available in bunny_farm
The bunny_farm library now uses application environment variables for setting the server connection properties. This has been on the todo …
The bunny_farm library now uses application environment variables for setting the server connection properties. This has been on the todo …
A useful library for connecting to RabbitMQ via Erlang is gen_bunny. There are a lot of good things about it, …
Rebar is a great tool for managing builds and dependencies in Erlang. I wanted to write a AMQP client using …