Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure Service Bus: Renew message lock token in Logic App

I'm working on an Azure Logic App which a Service Bus peek-lock trigger. The Service Bus has a message lock duration of 5 minutes.

When an instance is running for more than 5 minutes, the message lock will be released and I cannot complete the message in this case.

Since the logic app has introduced a new action for renewing the lock token (https://i.sstatic.net/KwQd7.png), I want to implement a renew lock token mechanism so that if the instance is running for more than 5 minutes, it will be automatically triggered to renew the lock token so that the message can be completed later on.

In short, I want the instance for a message is running for more than 5 minutes.

How can I achieve this? Thanks for your help.

like image 385
Cuong Dang Avatar asked Jan 30 '26 08:01

Cuong Dang


1 Answers

Below is the Logic App workflow with the Renew message lock token in Logic App

enter image description here enter image description here enter image description here enter image description here

like image 90
SaiSakethGuduru Avatar answered Feb 01 '26 02:02

SaiSakethGuduru



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!