When building an integration scenario with the ESB profile, you CANNOT use:
Identify a possible approach to externalize endpoints in ESB profile configurations in order to avoidchanges when moving artifacts between environments:
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?
You need to run some Java code only once just after the ESB profile server starts. Select the CORRECT task configuration you can use for this purpose.
In which of the following cases will an endpoint move to the suspended state?