In the proxy service, it is necessary to call one of the several back-end services depending on the format of the message. For instance, 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 the best option available in the ESB profile?
Currently there are no comments in this discussion, be the first to comment!