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
Example request
{
"namespace": "some_namespace",
"topic": "some_topic_name",
"consumer_group": "some_consumer_group"
}Response
MsgQueueExtendLeaseOut required