tree: 3aa45d34369c3f12b3d8ccb23935ef713c7d3cd3 [path history] [tgz]
  1. acl/
  2. dledger/
  3. image/
  4. images/
  5. msg_trace/
  6. architecture.md
  7. best_practice.md
  8. CLITools.md
  9. Concept.md
  10. Configuration_Client.md
  11. Configuration_System.md
  12. Deployment.md
  13. design.md
  14. Design_Filter.md
  15. Design_LoadBlancing.md
  16. Design_Query.md
  17. Design_Remoting.md
  18. Design_Store.md
  19. Design_Trancation.md
  20. Example_Batch.md
  21. Example_Delay.md
  22. Example_Filter.md
  23. Example_OpenMessaging.md
  24. Example_Orderly.md
  25. Example_Simple.md
  26. Example_Transaction.md
  27. FAQ.md
  28. Feature.md
  29. index.md
  30. operation.md
  31. Operations_Broker.md
  32. Operations_Consumer.md
  33. Operations_Producer.md
  34. Operations_Trace.md
  35. README.md
  36. RocketMQ_Example.md
  37. Troubleshoopting.md
docs/en/README.md

Apache RocketMQ Developer Guide

This guide helps develpers 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.

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)