InterviewSolution
| 1. |
What Is The Difference Between An Mqget Node And Mqinput Node? |
|
Answer» The MQGet node reads a message from a SPECIFIED queue, and establishes the PROCESSING environment for the message. Whereas, The MQInput node receives a message from a WebSphere MQ message queue that is DEFINED on the queue manager of the BROKER. 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. The MQGet node reads a message from a specified queue, and establishes the processing environment for the message. Whereas, The MQInput node receives a message from a WebSphere MQ message queue that is defined on the queue manager of the broker. 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. |
|