tree: 3043671110f1f80bdf5a63606588739be42e9fc7 [path history] [tgz]
  1. acl/
  2. client/
  3. controller/
  4. dledger/
  5. image/
  6. images/
  7. msg_trace/
  8. proxy/
  9. architecture.md
  10. best_practice.md
  11. CLITools.md
  12. Concept.md
  13. Configuration_Client.md
  14. Configuration_System.md
  15. Configuration_TLS.md
  16. Deployment.md
  17. design.md
  18. Design_Filter.md
  19. Design_LoadBlancing.md
  20. Design_Query.md
  21. Design_Remoting.md
  22. Design_Store.md
  23. Design_Trancation.md
  24. Example_Batch.md
  25. Example_Compaction_Topic.md
  26. Example_CreateTopic.md
  27. Example_Delay.md
  28. Example_Filter.md
  29. Example_OpenMessaging.md
  30. Example_Orderly.md
  31. Example_Simple.md
  32. Example_Transaction.md
  33. FAQ.md
  34. Feature.md
  35. operation.md
  36. Operations_Broker.md
  37. Operations_Consumer.md
  38. Operations_Producer.md
  39. Operations_Trace.md
  40. QuorumACK.md
  41. README.md
  42. RocketMQ_Example.md
  43. Troubleshoopting.md
docs/en/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)