Inbound with Service Bus Queue
  • 22 Aug 2023
  • 1 Minute to read
  • Dark
    Light
  • PDF

Inbound with Service Bus Queue

  • Dark
    Light
  • PDF

Article Summary

Scenario

  1. Logic App will receive a message from Postman (simulated partner) using HTTP trigger and call the Start Activity function.
  2. Logic App will post the message to Azure Service Bus Queue and pass the MainActivityId and CurrentStage as properties.
  3. Logic App will call the Update Activity Azure Function passing return values from Stage Activity.
  4. BizTalk will receive a message from the queue using SB-Messaging adapter where the receive location will call the Start and Update activity.
  5. BizTalk send port will also call the Start and Update activity and post the message to the file.

Running sample

  • BusinessProcess - Kovai.AtomicScope.Hybrid
  • BusinessTransaction - HybridInbound
  • Stages - ReceiveFromPartner, ReceiveFromLogicApp, SendToLob
  • Steps - Copy the content of POsample01.xml file from ASInstallDirectory\SDK\Samples\TestLocations\ into Postman or any other tool to post the message to Logic App endpoint.
  • Output - In the Atomic Scope portal, you can see that an entry has been made for the main activity and by clicking on that, you can view the flow of the message.

image.png


Was this article helpful?

What's Next