JeroMQ轻量级消息内核
JeroMQ 是纯 Java 实现的 0MQ,性能和 0MQ 差异在 20% 以内,详情请看这里。
特征:
- 基于 libzmq 3.2.2
- ZMTP/2.0 (http://rfc.zeromq.org/spec:15)
- tcp:// protocol and inproc:// is compatible with zeromq
- ipc:// protocol works only between jeromq (uses tcp://127.0.0.1:port internally)
- not too bad performance compared to zeromq
- 2M messages (100B) per sec
- Performance
- exactly same develope experience with zeromq and jzmq
评论