IPWorks MQ 2020 Kotlin Edition

Questions / Feedback?

DeleteMessage Method

Deletes the message specified.

Syntax

public fun deleteMessage(queueId: String?, receiptHandle: String?)

Remarks

Deletes the message specified by ReceiptHandle from the queue specified by QueueId.

Note: Unlike messages received from standard queues, messages received from FIFO queues can only be deleted within their VisibilityTimeout. Attempting to call DeleteMessage for a message received from a FIFO queue after its VisibilityTimeout has expired will cause the server to return an error.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks MQ 2020 Kotlin Edition - Version 20.0 [Build 7941]