Skip to content

Commit

Permalink
Update 批量删除消息.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ronachao authored May 7, 2019
1 parent e05f6fe commit 4d08ce4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## 接口描述
本接口 (BatchDeleteMessage) 用于批量(目前一次最多删除 16 条)删除已经被消费过的消息,消费者需将上次消费后得到的 ReceiptHandle 作为参数来定位要删除的消息。
本接口BatchDeleteMessage用于批量(目前一次最多删除16条)删除已经被消费过的消息,消费者需将上次消费后得到的 ReceiptHandle 作为参数来定位要删除的消息。
本操作只有在 NextVisibleTime 之前执行才能成功;如果过了 NextVisibleTime,消息重新变回 Active 状态,ReceiptHandle 就会失效,删除失败,需重新消费获取新的 ReceiptHandle。并发消费时,如果消息被其中一个消费者删除了,其他的消费者再也无法获取得到被删除的消息。
- 外网接口请求域名:`https://cmq-queue-{$region}.api.qcloud.com`
- 内网接口请求域名:`http://cmq-queue-{$region}.api.tencentyun.com`
Expand Down Expand Up @@ -30,12 +30,12 @@ errorList 定义如下:

| 参数名称 | 类型 | 描述 |
|---------|---------|---------|
| code | Int |0:表示成功,others:错误,详细错误见下表|
| code | Int |0:表示成功,others:错误,详细错误见 [公共错误码](https://cloud.tencent.com/document/product/406/5903)|
| message | String | 错误提示信息。|
| receiptHandle| String| 对应删除失败的消息句柄。|

## 错误码
请查看 [公共错误码](https://cloud.tencent.com/document/product/406/5903)
请查看 [公共错误码](https://cloud.tencent.com/document/product/406/5903)


## 示例
Expand Down

0 comments on commit 4d08ce4

Please sign in to comment.