/mq

Small message queue test application

Primary LanguageJavaScript

mq

Small message queue test application

Install application

make install

Run application

make run

Get errors

make geterrors

Run application cluster

with default size equal 8

make cluster

with custom size

make cluster size=100

Run tests (WARNING it used database 0, and will flush it)

make mocha