biztalk - Return a Message from a Called Orchestration -
We have parent orchestres where we call child orchestration. However, after the completion of the child orchestation, we want to return a message original orientation.
What is the best / most standard way to do this?
- A) Just publish the message from child orchestra to the message box and get it in parent
- Can correlate with B in this regard. Do we use this message as a C #tyle ref / out parameter when it passes it to parents
- Other?
Thanks
Stuart
you Any way you can go ...
B. The easiest way is to use the return parameter with the "call figure". In this way, two main Oppositions are that you will be processing sychronously, so if these two orchestrations are not related or are in different business processes then you will have many orchestrations. Secondly, you have parents and children If you are coupling then you are creating dependency between your parents and your child, you have to stop the parents, you have to stop the child.
If Then cooked the situation does not get above you can go for those who want to be decoupled and Asynchronously starting size or messageBox Dayrektbound port. The messagebox direct bound port is the only true displaced scenario and it is the most scalable.
Comments
Post a Comment