Skip to content

rocketmq-client-python-1.2.0

Compare
Choose a tag to compare
@duhengforever duhengforever released this 07 Dec 03:15
· 274 commits to master since this release
5128e99

This version is the first official Python client of rocketmq. It is based on the kernel of the CPP client and uses boost python to encapsulate the API Implementation of C. You can make Python modules with a simple command.

This version provides the following features:

  1. Support reliable synchronous sending of messages;
  2. Support reliable push consumption model;
  3. Support default cluster consumption;
  4. Support delayed messages;
  5. Support custom message properties;
  6. Support message Compression.