Using the Covast ebMS Adapter (part 3)
In the previous posts ( part1 and part2 ) i have described some features of the Covast ebMS Adapter and the usage of pipelines to set the message properties and destination. When using orchestrations, the message can be sent directly to the message box because the message context properties can be set inside the orchestration. This approach can be used to implement additional requirements in inter party communication such as error handling, correlation and other implementations where more dynamic control is required beyond the static configuration of pipelines. Let’s build an orchestration using the ebMS context properties to send message to a specific party and collaboration protocol agreement (CPA). ‘Building an orchestration for ebMS messaging’ The orchestration in this scenario used message context properties to ensure that the correct collaboration protocol agreement was used during processing. The following paragraph, will explain the construction of this Orchestration. The figu...