IBM Operational Decision Manager Standard V8.7 — Question 5

A developer plans to create two new message flows. Flow1 that uses TimeoutControl and TimeoutNotification nodes in Controlled mode, and Flow2 that uses only the TimeoutNotification node in Automatic mode.
The Integration Node is installed on a system without IBM MQ installed. What problems will the developer encounter?

Answer options

Correct answer: B

Explanation

Flow1 requires both TimeoutControl and TimeoutNotification nodes in Controlled mode, which cannot be deployed without IBM MQ, leading to its failure. Flow2 only uses TimeoutNotification in Automatic mode, which does not depend on IBM MQ, allowing it to deploy and execute successfully.