Access Guide
New users can follow the steps below to quickly access and use the URocketMQ product:
Create an Instance
Create the instance that needs to be configured. You can get the instance access address from the instance list. For details, refer to Instance Creation.
Create a Topic
Create a Topic of the specified message type on the “Topic Management” page and get the Topic name. For details, refer to Topic Creation.
Create a Group
Create a Group on the “Group Management” page and get the Group name. For details, refer to Group Creation.
Obtain Token Public and Private Keys
Choose the corresponding token on the “Token Management” page to get public and private keys, which are needed when the client accesses. For details, refer to Token List.
SDK Access
URocketMQ is compatible with the open-source RocketMQ protocol. Users can download the open-source SDK in the corresponding language, and access it using the instance access address, Topic name, Group name, and token public and private key information.
The SDK access example for different languages is as follows. Please choose the different language SDK and version according to the actual situation.