WolfMQ is a small and fast Erlang message broker.
%% Push
1> QueueId = 1.
1
2> ok = wolfmq:push(QueueId, {io, format, ["Some non printed text~n", []]}).
ok
WolfMQ is a small and fast Erlang message broker.
%% Push
1> QueueId = 1.
1
2> ok = wolfmq:push(QueueId, {io, format, ["Some non printed text~n", []]}).
ok