Skip to content

TopicProps

Properties for defining a Topic.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rocketmq-topic

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkrocketmq"
&alicloudroscdkrocketmq.TopicProps {
    InstanceId: interface{},
    MessageType: interface{},
    Topic: interface{},
    Remark: interface{},
}

Properties

Name Type Description
InstanceId interface{} Property instanceId: The ID of the instance.
MessageType interface{} Property messageType: The type of the message.
Topic interface{} Property topic: The name of the topic you want to create.
Remark interface{} Property remark: The remarks on the request.

InstanceIdRequired

InstanceId interface{}
  • Type: interface{}

Property instanceId: The ID of the instance.


MessageTypeRequired

MessageType interface{}
  • Type: interface{}

Property messageType: The type of the message.

Valid values: 0: normal message 1: partitionally ordered message 2: globally ordered message 4: transactional message 5: scheduled/delayed message


TopicRequired

Topic interface{}
  • Type: interface{}

Property topic: The name of the topic you want to create.

Note: "CID" and "GID" are the reserved fields of a group ID, and they cannot be the start of a topic name. If namespaces are available in the instance for which the topic is created, the topic name must be unique in the instance and can be duplicated across instances. If no namespaces are available in the instance, the topic name must be unique both in the instance and across instances.


RemarkOptional

Remark interface{}
  • Type: interface{}

Property remark: The remarks on the request.

This parameter can be left blank.