简体   繁体   中英

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. I want to have an auto-renewal token mechanism every 5 minutes in case the logic app instance takes more than 5 minutes so that the process can continue without releasing the lock for another consumer to take the message away.

Is there any way to achieve this with the Logic App?

We cannot create Auto renew of lock token in logic app for this we need to write code for which we need to use Azure functions.

For further details check Auto renew .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM