RocketMQ Clients - Collection of Client Bindings for Apache RocketMQ

Clone this repo:
  1. 2406234 [maven-release-plugin] prepare for next development iteration (#1115) by lizhimins · 7 days ago master
  2. c996ee9 [maven-release-plugin] prepare release rocketmq-client-java-parent-5.1.0 (#1114) by lizhimins · 8 days ago java-5.1.0
  3. ef21697 [ISSUE #1107] [Java] LiteTopic support for "RIP‐83 Lite Topic" (#1108) by Quan · 8 days ago
  4. 6cc3717 [ISSUE #1098] [Golang] Ensure proper closure of done channel on receive message error (#1099) by Lei Zhiyuan · 7 weeks ago
  5. 306b197 [ISSUE #1075] [Golang] Support ReconnectEndpointsCommand (#1076) by takagi · 8 weeks ago golang/v5.1.3

RocketMQ Clients - Collection of Client Bindings for Apache RocketMQ

License Build

English | 简体中文 | RocketMQ Website

Overview

Client bindings for Apache RocketMQ, as known as RocketMQ 5.x SDK. All of them follow the specification of rocketmq-apis, replacing 4.x remoting-based counterparts. Clients in this repository are built on top of Protocol Buffers and gRPC.

Goal

Provide cloud-native and robust solutions for Java, C++, C#, Golang, Rust and all other mainstream programming languages.

Features and Status

  • Ready - ✅
  • Work in progress - 🚧
FeatureJavaC/C++C#GolangRustPythonNode.jsPHP
Producer with standard messages🚧
Producer with FIFO messages🚧
Producer with timed/delay messages🚧
Producer with transactional messages🚧
Producer with recalling timed/delay messages🚧🚧🚧🚧🚧🚧
Simple consumer🚧
Push consumer with concurrent message listener🚧🚧🚧🚧
Push consumer with FIFO message listener🚧🚧🚧🚧
Push consumer with FIFO consume accelerator🚧🚧🚧🚧🚧🚧

Prerequisite and Build

This project is organized as a monorepo, with each language's bindings containing specific instructions in their respective subdirectories for building the project. As the rocketmq-apis submodule is incorporated into the project and could be utilized by some bindings, we highly advise cloning the repository by executing the command below:

git clone --recursive git@github.com:apache/rocketmq-clients.git

Contributing

Similar to other projects of Apache RocketMQ, any attempt to make this project better is welcome, including but not limited to filing a bug report, correcting type error or document writing to complete feature implementation. Do not hesitate to make a pull request if this project catches your attention.

Related

License

Apache License, Version 2.0 Copyright (C) Apache Software Foundation