MQInputNode
Use the MQInput node to receive messages from clients that connect to the broker by using the WebSphere® MQ Enterprise Transport , and that use the MQI and AMI application programming interfaces. This topic contains the following sections: Purpose Using the MQInput node in a message flow Connecting the terminals Configuring for coordinated transactions Terminals and properties Purpose The MQInput node receives a message from a WebSphere MQ message queue that is defined on the queue manager of the broker. The node uses MQGET to read a message from a specified queue, and establishes the processing environment for the message. If appropriate, you can define the input queue as a WebSphere MQ clustered queue or shared queue. Message flows that handle messages that are received across WebSphere MQ connections must always start with an MQInput node. You can set the properties of ...