Skip to content

rocketmq-client-cpp-1.2.0

Compare
Choose a tag to compare
@duhengforever duhengforever released this 07 Dec 03:17
· 255 commits to master since this release

This release is a huge step forward compared with the 1.0.1 version. It provides two kinds of interfaces in C++ and C-style, and a bunch of other language bindings will be built on top of it, including python, Node.js, C#, golang and so on. We simplified the process of project compilation in this version, and you can compile the whole project with just one command.

New Feature:

  1. Support reliable synchronous, one-way and order transmission
  2. Support push consumer and pull consumer.
  3. Support setDelayTimeLevel.
  4. Support message compression.
  5. Support setting up message consumption mode.

Improvement:

  1. Enhanced the capability of multi-platform support, such as Linux, Window, MacOS.
  2. The compilation method of the project is simplified. You can compile the entire project with one command.

Bug:
Fix an issue about the unique key. When a message is sent, the producer cannot get unique.