Integration / IBM Integration Bus (IIB) Interview questions
Difference between input nodes, output nodes, and processing nodes.
Input nodes are responsible for receiving messages from an external source, such as a message queue.
Output nodes are responsible for sending messages to an external destination, such as a message queue.
Processing nodes are responsible for performing some kind of transformation or processing on the message, such as routing it to the correct output node.
More Related questions...