Releases: apache/rocketmq-client-nodejs
Releases · apache/rocketmq-client-nodejs
rocketmq-client-nodejs-1.0.0-rc1
This release is the first initial Node.js client of RocketMQ. It is based on the kernel of the CPP client and encapsulated using Node.js C++ Addon APIs.
The current version provides the following features:
- support reliable synchronous sending of messages;
- support reliable push consuming model;
- support default cluster consuming;
- support delayed messages;
- support custom message properties;
- support message compression.