Which statement about the .NETCompute Node is true?
A . The exception is propagated through a predefined output terminal.
B . .NETCompute node does not support dynamic terminal. All terminals are predefined.
C . The message assembly contains four trees to represent the message, the environment, the local environment and the exception list.
D . Only when the message needs to be transformed through the .NETCompute node, an Evaluate method is needed. In the case of the message pass-through, there is no need for an Evaluate method.
Answer: A
Explanation:
The Failure Terminal is the output terminal to which the input message is routed if an unhandled exception occurs during the computation.
Incorrect Answers:
B: Zero or more dynamic output terminals can be created to support message routing.
D: The Evaluate() method must always be overridden and is automatically implemented by the Message Broker Project template.
References: https://www.ibm.com/support/knowledgecenter/en/SSMKHH_9.0.0/com.ibm.etools.mft.doc/ bc16270_.htm
Leave a Reply