Updated on 2025-07-29 GMT+08:00

Topic Management Panel Home

A topic is the basic unit for sending and receiving messages. After purchasing a RocketMQ instance, manually create a topic and access the RocketMQ instance. Then, produce and consume messages.

RocketMQ supports the following message types:

  • Normal messages: Messages that do not have any features of delayed messages, ordered messages, or transactional messages.
  • Delayed/Scheduled messages: Messages that are delivered to consumers after a specific period after being sent from producers to RocketMQ.
  • Ordered messages: Messages that are consumed in the exact order that they are produced.
  • Transactional messages: Messages that achieve eventual consistency, delivering distributed transaction processing similar to X/Open XA.