Skip to content

ConsumerGroupProps

Properties for defining a ConsumerGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rocketmq5-consumergroup

Initializer

using AlibabaCloud.SDK.ROS.CDK.Rocketmq5;
new ConsumerGroupProps {
    object ConsumeRetryPolicy,
    object ConsumerGroupId,
    object DeliveryOrderType,
    object InstanceId,
    object Remark = null
};

Properties

Name Type Description
ConsumeRetryPolicy object Property consumeRetryPolicy: The consumption retry policy of the consumer group to be created.
ConsumerGroupId object Property consumerGroupId: The ID of the consumer group to be created.
DeliveryOrderType object Property deliveryOrderType: Delivery sequence of the consumer group to be created.
InstanceId object Property instanceId: The ID of the instance.
Remark object Property remark: The remark of the consumer group to be created.

ConsumeRetryPolicyRequired

public object ConsumeRetryPolicy { get; set; }
  • Type: object

Property consumeRetryPolicy: The consumption retry policy of the consumer group to be created.


ConsumerGroupIdRequired

public object ConsumerGroupId { get; set; }
  • Type: object

Property consumerGroupId: The ID of the consumer group to be created.

Used to identify consumer groups, globally unique. The value description is as follows: Character limitation: supports letters a~z or A-Z, numbers 0-9, underscore (_), dash (-) and percent sign (%). Length limit: 1-60 characters.


DeliveryOrderTypeRequired

public object DeliveryOrderType { get; set; }
  • Type: object

Property deliveryOrderType: Delivery sequence of the consumer group to be created.


InstanceIdRequired

public object InstanceId { get; set; }
  • Type: object

Property instanceId: The ID of the instance.


RemarkOptional

public object Remark { get; set; }
  • Type: object

Property remark: The remark of the consumer group to be created.