Skip to content

Files

Latest commit

f5686f1 · Jul 19, 2025

History

History
This branch is 438 commits ahead of, 491 commits behind develop.

en

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 13, 2022
Dec 18, 2022
Jul 19, 2025
Sep 18, 2022
Jul 19, 2025
Jul 13, 2022
Apr 13, 2022
Sep 19, 2022
Jun 14, 2022
Aug 23, 2022
Jul 19, 2025
Jul 19, 2025
Sep 18, 2022
Jul 19, 2025
Jul 19, 2025
Apr 13, 2022
Jun 25, 2022
Jan 15, 2022
Sep 18, 2022
Sep 18, 2022
Mar 13, 2019
Aug 1, 2022
Mar 27, 2023
Nov 14, 2022
Jun 4, 2022
Apr 13, 2022
Apr 13, 2022
Mar 3, 2019
Feb 15, 2019
Jan 19, 2022
Sep 18, 2022
Jul 8, 2022
Jul 12, 2019
Apr 13, 2022
Apr 13, 2022
Sep 18, 2022
Jan 5, 2023
Sep 18, 2022
May 26, 2020
Sep 18, 2022
Sep 18, 2022
Sep 18, 2022
Apr 13, 2022
May 25, 2023

README.md

Apache RocketMQ Developer Guide

This guide helps developers to understand and use Apache RocketMQ quickly.

1. Concepts & Features

  • Concept: introduce basic concepts in RocketMQ.

  • Feature: introduce functional features of RocketMQ's implementations.

2. Architecture Design

  • Architecture: introduce RocketMQ's deployment and technical architecture.

  • Design: introduce design concept of RocketMQ's key mechanisms, including message storage, communication mechanisms, message filter, loadbalance, transaction message, etc.

3. Example

  • Example: introduce RocketMQ's common usage, including basic example, sequence message example, delay message example, batch message example, filter message example, transaction message example, etc.

4. Best Practice

  • Best Practice: introduce RocketMQ's best practice, including producer, consumer, broker, NameServer, configuration of client, and the best parameter configuration of JVM, linux.

  • Message Trace: introduce how to use RocketMQ's message tracing feature.

  • Auth Management: introduce how to deployment quickly and how to use RocketMQ cluster enabling auth management feature.

  • Quick Start: introduce how to deploy Dledger quickly.

  • Cluster Deployment: introduce how to deploy Dledger in cluster.

  • Proxy Deployment Introduce how to deploy proxy (both Local mode and Cluster mode).

5. Operation and maintenance management

  • Operation: introduce RocketMQ's deployment modes that including single-master mode, multi-master mode, multi-master multi-slave mode and so on, as well as the usage of operation tool mqadmin.

6. API Reference(TODO)