Overview
A group is used to identify a type of consumers, which usually consume the same type of messages and use the same message subscription logic.
This document describes how to create, delete, and query a queue in the TDMQ for RocketMQ console.
Prerequisites
You have created a namespace.
You have created a message producer and consumer based on the SDK provided by TDMQ, and they run properly.
Directions
Creating a group
1. Log in to the TDMQ console, select the region, and click the ID of the target cluster to enter the Basic Info page of the cluster. 2. Click the Group tab at the top, select a namespace, and click Create to enter the Create Group page.
3. Enter the group information.
Group Name: Enter the group name, which cannot be modified after creation and can contain 3–64 letters, digits, hyphens, and underscores.
Protocol Type: HTTP and TCP are supported.
Group Description: Enter the group description.
4. Click Submit.
Viewing consumer details
1. In the group list, click Consumer Details in the Operation column to enter the subscription list.
2. After expanding the list, you can view the group's basic information, client addresses, and subscriptions.
Basic information
Consumption Mode: Cluster mode or broadcast mode.
Cluster consumption: If the cluster consumption mode is used, each message only needs to be processed by any of the consumers in the cluster.
Broadcast consumption: If the broadcast consumption mode is used, each message will be pushed to all registered consumers in the cluster to ensure that the message is consumed by each consumer at least once.
Client Protocol: TCP and HTTP are supported.
Total Heaped Messages: Total number of heaped messages.
Consumer Type: ACTIVELY or PASSIVELY.
Client Address: The list of connected clients. Click View Details in the Operation column of the client to view consumer details.
Subscription: The list of topics subscribed to by this group and the subscription attribute.
Setting the offset
1. In the group list, click Reset Offset in the Operation column of the target group.
2. In the pop-up window, you can select Start from the latest offset or Start from specified time point to set the topic's consumption offset (that is, specify from where the consumers under the subscription start to consume messages).
3. Click Submit.
Notes:
When resetting the consumption offset, make sure that there are consumers online in the current group; otherwise, the reset will fail.
Editing a group
1. In the group list, click Edit in the Operation column of the target group.
2. In the pop-up window, edit the group information.
3. Click Submit.
Deleting a group
1. In the group list, click Delete in the Operation column of the target group.
2. In the pop-up window, click Submit.
Notes:
After a group is deleted, consumers identified by the group will immediately stop receiving messages, and all the configurations under it will be cleared and cannot be recovered; therefore, caution should be exercised with this operation.
Was this page helpful?