forked from docs/doc-exports
Reviewed-by: Liudmila Denisova <ldenisov@noreply.gitea.eco.tsi-dev.otc-service.com> Co-authored-by: chenjunjie <chenjunjie@huawei.com> Co-committed-by: chenjunjie <chenjunjie@huawei.com>
6.9 KiB
6.9 KiB
Creating a RocketMQ Consumer Group
A consumer group is a group of consumers with the same behavior and is used to manage and maintain message retrieval. A consumer can manage a type of messages using a consumer group.
If no consumer group is created, RocketMQ automatically creates one.
Prerequisite
A RocketMQ instance has been created.
Creating a RocketMQ Consumer Group
- Log in to the console.
- Click
in the upper left corner to select a region.DMS instances in different regions cannot communicate with each other over an intranet. Select a nearest location for low latency and fast access.
- Click
and choose Application > Distributed Message Service for RocketMQ to open the DMS for RocketMQ page. - Click a RocketMQ instance name to go to the instance overview page.
- In the navigation pane, choose Instance > Consumer Groups.
- Click Create Consumer Group.
- Configure the consumer group name and other parameters by referring to Table 1.
- Click OK.
When a consumer group is created, Consumer Group Status is displayed in the consumer group list. The value can be Online or Offline.
Parent topic: Managing Consumer Groups