File descriptors with RabbitMQ and Riak
Running a system with both RabbitMQ and Riak can use up file descriptors like they are going out of fashion. …
Running a system with both RabbitMQ and Riak can use up file descriptors like they are going out of fashion. …
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 includes two queue-based implementations of generic server behaviours. They are named gen_qserver and gen_qfsm, which should …
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 …