Files
amos c0d23dbbe1
Some checks are pending
Build and Run Tests by Bazel / bazel-compile (ubuntu-latest) (push) Waiting to run
CodeQL Analysis / CodeQL-Build (push) Waiting to run
Coverage / calculate-coverage (push) Waiting to run
Run Integration Tests / maven-compile (ubuntu-latest, JDK-8) (push) Waiting to run
Build and Run Tests by Maven / maven-compile (macos-latest, JDK-8) (push) Waiting to run
Build and Run Tests by Maven / maven-compile (ubuntu-latest, JDK-8) (push) Waiting to run
Build and Run Tests by Maven / maven-compile (windows-latest, JDK-8) (push) Waiting to run
Misspell Check / misspell-check (push) Waiting to run
PUSH-CI / Build dist tar (push) Waiting to run
PUSH-CI / Docker images (ubuntu, 8) (push) Blocked by required conditions
PUSH-CI / List version (push) Blocked by required conditions
PUSH-CI / Deploy RocketMQ For E2E (push) Blocked by required conditions
PUSH-CI / Deploy RocketMQ For Benchmarking (push) Blocked by required conditions
PUSH-CI / Test E2E grpc java (push) Blocked by required conditions
PUSH-CI / Test E2E golang (push) Blocked by required conditions
PUSH-CI / Test E2E remoting java (push) Blocked by required conditions
PUSH-CI / Performance benchmark test (push) Blocked by required conditions
PUSH-CI / Clean E2E (push) Blocked by required conditions
PUSH-CI / Clean Benchmarking (push) Blocked by required conditions
upload source code
2025-05-21 14:41:59 +08:00
..
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00

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 ReferenceTODO