Which may be the probable cause of failure?

Posted by: Pdfprep Category: C9530-001 Tags: , ,

A service interacts with a backend system which replies with a message correlation.

When processing request/response messages from the backend, no messages were received by the flow.

Which may be the probable cause of failure?
A . The transaction was set to automatic on the MQOutput Node.
B . The developer should have used the MQInput Node instead of the MQGet Node.
C . The Integration Node is configured in a MQ cluster for load balancing and the object descriptor is set to the ReplyToQueueManager.
D . The backend request/reply message processing can only be accomplished by breaking up the flow into two flows.

Answer: A

Explanation:

When you define an MQOutput node, the option that you select for the Transaction Mode property defines whether the message is written under sync point: If you select Yes, the message is written under sync point (that is, within a WebSphere MQ unit of work). If you select Automatic (the default), the message is written under sync point if the incoming input message is marked as persistent. If you select No, the message is not written under sync point.

Incorrect Answers:

B: You can use an MQGet node anywhere in a message flow, unlike an MQInput node, which you can use only as the first node in a message flow.

References:

https://www.ibm.com/support/knowledgecenter/en/SSMKHH_9.0.0/com.ibm.etools.mft.doc/ac04570_.htm https://www.ibm.com/support/knowledgecenter/en/SSMKHH_9.0.0/com.ibm.etools.mft.doc/ac20806_.htm

Leave a Reply

Your email address will not be published.