DMS-查看指定队列:响应消息
响应消息
响应参数
响应参数如表2所示。
参数 |
类型 |
描述 |
---|---|---|
id |
String |
队列ID。 |
name |
String |
队列的名称。 |
created |
String |
创建队列的时间。 |
description |
String |
队列的描述信息。 |
queue_mode |
String |
队列类型。 |
reservation |
Integer |
消息在队列中允许保留的时长(单位分钟)。 |
max_msg_size_byte |
Integer |
队列中允许的最大消息大小(单位Byte)。 |
produced_messages |
Integer |
队列的消息总数。 |
redrive_policy |
String |
该队列是否开启死信消息。仅当include_deadletter为true时,才有该响应参数。
|
max_consume_count |
Integer |
最大确认消费失败的次数,当达到最大确认失败次数后,DMS会将该条消息转存到死信队列中。 仅当include_deadletter为true时,才有该响应参数。 |
group_count |
Integer |
该队列下的消费组数量。 |
kafka_topic |
String |
仅Kafka队列才有该参数。 |
eff_date |
String |
创建队列的时间。 |
响应示例
{ "id": "0611d466-a327-4b7b-8034-f84a0f6a6f42", "name": "queue-001", "description": "This is a FIFO queue.", "reservation": 4320, "created": 1558691803000, "queue_mode": "FIFO", "max_msg_size_byte": 524288, "produced_messages": 14, "eff_date": 1558691803000, "group_count": 1}