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
- Host: GitHub
- URL: https://github.com/ates/ekestrel
- Owner: ates
- Created: 2012-11-28T13:04:15.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-12-05T20:45:59.000Z (over 11 years ago)
- Last Synced: 2025-01-15T13:10:36.451Z (over 1 year ago)
- Language: Erlang
- Homepage:
- Size: 277 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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").