Msgs

Queue Extend Lease

Extends the lease on in-flight messages.

Consumers that need more processing time can call this before the lease expires to prevent the message from being re-delivered to another consumer.

post/api/v1.msgs.queue.extend-lease

Request body

namespacestring nullable
topicstring required
consumer_groupstring required
msg_idsstring[] required
lease_duration_msinteger

Example request

{
  "namespace": "some_namespace"
}

Response

MsgQueueExtendLeaseOut required

Changes