An open API service indexing awesome lists of open source software.

https://github.com/ates/ekestrel

Erlang client for the Kestrel MQ
https://github.com/ates/ekestrel

Last synced: about 1 month ago
JSON representation

Erlang client for the Kestrel MQ

Awesome Lists containing this project

README

          

ekestrel: Erlang client for the Kestrel queue server
====================================================

Configuration
-------------


{ekestrel, [
{pools, [
{k1, [
{size, 5},
{max_overflow, 3},
{hostname, "localhost"},
{port, 22133}
]},
{k2, [
{size, 5},
{max_overflow, 3},
{hostname, "localhost"},
{port, 22133}
]}
]}
]}

Usage
-----


ekestrel:subscribe("queue1").