In the proxy service, it is necessary to call one of the several back-end services depending on the format of the message. Forinstance, the incoming message to the proxy service might have a property called "company". If company == 'IBM', we need to call the IBM service, and if company == 'Google', we need to call the Google service. To implement this scenario, what would be thebest option available in the ESB profile?
Suppose your enterprise application has a requirementto execute a large number of RDBMS data interactions. Which of the following is the best option when designing this situation using the WS02 platform?
Select the appropriate Enterprise Integration Pattern (EIP) that can be used to break down a large task into smaller subsets of independent steps that are chained together. This EIP is useful when integrating applications requiring a sequence of processing steps to perform a single event.