EagleMQ
EagleMQ is an open source, high-performance and lightweight queue manager
Install / Use
/learn @yakushstanislav/EagleMQREADME
EagleMQ
EagleMQ is an open source, high-performance and lightweight queue manager.
Documentation
The latest documentation can be found here: http://github.com/yakushstanislav/EagleMQ/tree/unstable/docs
Building
Currently EagleMQ can be compiled and used only on Linux.
The command to build EagleMQ:
% make
Installing EagleMQ
To install EagleMQ use:
% make install
EagleMQ will be installed in /usr/local/bin.
Running EagleMQ
To run EagleMQ with the default configuration type:
% ./src/eaglemq
You can also specify options on the command line. Example:
% ./src/eaglemq eaglemq.conf --daemonize on --unix-socket /tmp/eaglemq --log-file /tmp/eaglemq.log
Memory allocator
EagleMQ supports 3 memory allocator: libc malloc, tcmalloc, jemalloc.
The default memory allocator libc malloc.
To compile against libc malloc, use:
% make MALLOC=libc
To compile against tcmalloc, use:
% make MALLOC=tcmalloc
To compile against jemalloc, use:
% make MALLOC=jemalloc
Related Skills
node-connect
339.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
339.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.9kCommit, push, and open a PR
