fq

Fast message queue for high-performance inter-process communication.

brewmacoslinux
Try with needOr install directly
Source

About

Brokered message queue optimized for performance

Commands

fq

Examples

start a message queue server$ fq server
send a message to a queue$ fq push myqueue 'hello world'
receive messages from a queue$ fq pop myqueue
check queue status and statistics$ fq stats myqueue
list all available queues$ fq list