Overview
This section summarizes best practices of RocketMQ in common scenarios. Each practice is given a description and procedure.
Best Practice |
Description |
---|---|
To avoid service exceptions caused by repeated message consumption, RocketMQ consumers receive a message and perform idempotent processing based on a unique key. This document contains the concept, scenario, and implementation of idempotent messages. |
|
RocketMQ classifies services by topic or tag. Topics are superior to tags. This document describes how to filter messages by topic and tag. |
|
Messages may be consumed repeatedly or missed due to disordered consumption logic caused by inconsistent subscriptions. This document describes the concept, principle, and implementation of subscription consistency. |
|
This document describes the causes and solutions of message stack. |
|
This document describes how to configure RocketMQ alarm rules on Cloud Eye. Cloud Eye can monitor the real-time instance running status and key service metrics, and notify exceptions in time. In this way, you are aware of risks in the production environment. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.