Azure Logic app Implementation of BizTalk listen shape

Amar-Azure-Practice 656 Reputation points
2020-09-24T21:24:59.143+00:00

Hi
I am looking for how can we implement similar functionality of Listen shape(bizTalk) in Logic apps.

I want to receive Message from ServiceBus if i have not receive in 10 Mins i need take certain action.
If i receive message with in 10 mins, I no need to wait for 10 mins.

Microsoft BizTalk Server
Microsoft BizTalk Server
A family of Microsoft server products that support large-scale implementation management of enterprise application integration processes.
347 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,842 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 68,471 Reputation points
    2020-09-28T04:59:44.703+00:00

    @Amar-Azure-Practice Want to understand more on the scenario that you are trying to implement. Please correct if my understanding is correct. You need to consume all the messages from the service bus and if there are no messages in the services bus or unable to consume from the service bus. Is it last 10 minutes or every 10 minutes then you need to perform some action. Can you also share some more insights on the action that you want to perform if the message is not consumed?

    If it is every 10 minutes then you can create reoccurrence trigger that will be running every 10 minutes along with actions such as conditions, variable, and service bus action for your requirement.

    For receiving the message from the service bus we have a service bus trigger