rocketmq-client-go-1.2.0
This release is the first initial golang client of rocketmq. It is based on the kernel of the CPP client and uses cgo to encapsulate the API Implementation of C.
The current version provides the following functions:
- support reliable synchronous sending of messages;
- support reliable orderly sending of messages;
- support reliable push consuming model;
- support default cluster consuming;
- support delayed messages;
- support reliable pull consuming model;
- support custom message properties;
- support message compression.
- support oneway sending of messages;