-
Notifications
You must be signed in to change notification settings - Fork 0
Home
josemic edited this page Feb 5, 2013
·
4 revisions
Welcome to the efficientmq wiki!
Efficientmq Version 0.1 (alpha) is out
Efficientmq is a zeromq (zmq, 0mq)-clone written in Erlang.
It implements following zeromq patterns:
- req
- rep
- pub
- sup
It supplies about 30000 messages per second on 3 years old dual core desktop. It uses the Erlang OTP principles.
Planned Roadmap:
- 0.2: Implement multipart messages
- 0.3: Implement zeromq 3.2 patterns
- 0.5: Implement named queues, acknowledgments and persistency using erlang mnesia database
- tbd.: Make binary compatible with zeromq (long term).