Self-correlating messaging? #1252
TWolversonReply
started this conversation in
Feature Ideas/Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In BizTalk Server there is the concept of a self-correlating port where two orchestrations, which are approximately equivalent to two different workflow definitions, are able to set up an asynchronous request-response process quite easily which automatically tags messages with the required correlation id necessary to resume the sending orchestration from a response message published by the receiving orchestration.
BizTalk 'messages' are not exactly equivalent to Service Bus messages, but the durable and asynchronous request-response pattern would still be a nice thing to be able to set up using Logic Apps. I didn't find a neat way to do this, and the biggest problem would be getting the sending instance to wait asynchronously for a single specific message on a response topic.
Beta Was this translation helpful? Give feedback.
All reactions