简体   繁体   English

Azure 服务总线:更新逻辑应用程序中的消息锁定令牌

[英]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.我正在开发一个服务总线窥视锁定触发器的 Azure 逻辑应用程序。 The Service Bus has a message lock duration of 5 minutes.服务总线的消息锁定持续时间为 5 分钟。 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.我希望每 5 分钟有一个自动更新令牌机制,以防逻辑应用程序实例花费超过 5 分钟,以便该过程可以继续,而无需释放锁定以让另一个使用者将消息带走。

Is there any way to achieve this with the Logic App?有什么方法可以通过 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.我们无法在逻辑应用程序中创建自动更新锁定令牌,为此我们需要编写需要使用 Azure 函数的代码。

For further details check Auto renew .有关更多详细信息,请查看自动续订

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure 服务总线:如何更新锁? - Azure Service Bus: How to Renew Lock? 如何处理不带锁定令牌的Azure服务总线代理消息? - How to process azure service bus brokered message without lock token? Azure 服务总线:没有 session 可用于使用锁定令牌完成消息 - Azure Service Bus: No session available to complete the message with the lock token Azure Function App中的服务总线队列锁定令牌过期错误 - Service Bus Queue Lock Token Expired Error in Azure Function App Azure逻辑应用程序,无法将消息发送到服务总线 - Azure Logic App, can not send message to service Bus 如何从 Azure Function 更新服务总线消息? - How to renew Service Bus message from Azure Function? 锁定时间到期后,我不能续订吗? 使用Azure Service Bus主题 - Can't i renew the lock after the lock duration has expired ? Using Azure Service Bus Topic 锁定时间到期后如何续订? 使用Azure Service Bus会话队列 - How to renew the lock after the lock duration has expired? Using Azure Service Bus Session Queue Azure逻辑应用程序服务总线触发可伸缩性 - Azure logic app service bus trigger scalability Azure - 逻辑应用程序到服务总线 - JSON 传输 - Azure - Logic app to Service Bus - JSON transfer
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM