https://cmq-queue-{$region}.api.qcloud.com
http://cmq-queue-{$region}.api.tencentyun.com
Parameter name | Required | Type | Description |
QueueName | Yes | String | Queue name, which is unique under the same account in a single region. The queue name is a string of no more than 64 characters, must begin with a letter, and the rest can contain letters, numbers, and dashes (-). |
MaxMsgHeapNum | No | Int | Maximum number of heap messages. The range of values during the public test period is 1,000,000 - 10,000,000 The range can be reached after the official Activate 1000,000-1000,000,000 . The default value during public testing is 10,000,000 After Activate, it is officially called 100,000,000 . |
PollingWaitSeconds | No | Int | Long-polling Waiting Time for Message Receipt. The value range is 200ms-30s, and the default is 200ms. |
VisibilityTimeout | No | Int | Message visibility timed out. Value range: 1-43200 seconds (that is, within 12 hours). The default value is 30. |
MaxMsgSize | No | Int | Max Message Length. Value range: 1024-1048576 Byte (that is, 1-1024K), with a default value of 65536. |
MsgRetentionSeconds | No | Int | Message Lifecycle. Value range: 60-1296000 seconds (1min-15 days). Default is 345600 (4 days). |
RewindSeconds | No | Int | The maximum rewind time of the message in rewind queue, which ranges from 0 to 43200 seconds. 0 means the message rewind is not enabled. |
Parameter name | Type | Description |
Code | Int | |
Message | String | Error message. |
RequestId | String | Request ID generated by the server. When an internal error occurs on the server, the user can submit this ID to Backend Background to locate the problem. |
QueueId | String | The unique identification ID of the queue. |
Https://domain/v2/index.php?Action=CreateQueue & queueName=test-queue-123 & <Common Request Parameters>
{"code" : 0,"message" : "","requestId":"14534664555","queueId":"queue-ajksdfasdowe"}
本页内容是否解决了您的问题?