rocketmq-client-python-1.2.0
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:
- Support reliable synchronous sending of messages;
- Support reliable push consumption model;
- Support default cluster consumption;
- Support delayed messages;
- Support custom message properties;
- Support message Compression.