Want to pass your IBM WebSphere Enterprise Service Bus V7.0 Integration Development C9550-605 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
An integration developer is creating a mediation flow component. Initially the endpoints are statically configured by directly mapping to imports. Enterprise architects have asked the integration developer to implement a mediation flow which allows dynamic routing of requests by searching for service endpoints from WebSphere Service Registry and Repository (WSRR). Which of the following primitives must the integration developer implement?
A. Endpoint Lookup
B. Policy Resolution
C. UDDI Endpoint Lookup
D. Gateway Endpoint Lookup
Refer to the Exhibit.

An integration developer has implemented two mediation modules (ModuleA and ModuleB) with ModuleA asynchronously invoking ModuleB through an SCA Import. The Import interface of ModuleA has been configured with the 'Store and forward' qualifier as illustrated in the Exhibit. The integration developer deploys both modules on a test server but forgets to start ModuleB. The developer sends four messages to ModuleA and observes that no messages arrive at ModuleB. The first message in the failed event manager (FEM) and the other three messages are on an internal queue of ModuleA. What will be the behaviour of the system after the start of ModuleB?
A. All the messages will be automatically sent to ModuleB.
B. The other three messages will be automatically sent to ModuleB while the failed event must be resubmitted through the FEM console.
C. The failed event must be resubmitted through the FEM console and the other three messages must be sent through the appropriate Business Space widget.
D. The failed event must be resubmitted through the FEM console and the other three messages must be sent through the appropriate Business Space widget.
E. The failed event must be resubmitted through the FEM console and the other three messages must be sent through the appropriate Business Space widget.
F. The integration developer must first resubmit the failed event through the FEM console and then the other three messages will be automatically sent to ModuleB.
G. The integration developer must first resubmit the failed event through the FEM console and then the other three messages will be automatically sent to ModuleB.
H. The integration developer must first resubmit the failed event through the FEM console and then the other three messages will be automatically sent to ModuleB.
An application containing a mediation flow has been deployed to a server. During runtime various faults are being seen in the server logs and the development team has been asked to investigate this issue.
On examination of the server logs, the team is having trouble locating where exactly in the flow the problems are occurring as the errors seem to be different each time. Examination of the mediation flow in WebSphere Integration Developer has shown that the flow currently does not have any error handling contained within it.
How should the developers BEST proceed in order to improve the flow error handling and to aid the
debugging process following deployment?
A. Use the Message Logger primitive to log messages so they can be examined.
B. Use the Custom Mediation primitive to output extra logging information about the flow.
C. Ensure that the Quality of Service transaction setting for the flow is set to Global.
D. Ensure the fail terminal of each primitive is wired with a Fail primitive containing a description