Configuring a server receive node to wait for data on a specified port
Configure a TCPIPServerReceive node to block the message flow and wait for data to arrive on any connection.
About this task
Scenario: A server receive node is configured to wait for data on a specified port.
Instructions: The following steps show how to configure a TCPIPServerReceive node to wait for data on port 14157:
Procedure
- Create a message flow called TCPIP_Task17 with
an MQInput node and a TCPIPServerReceive node.
For more information, see Creating a message flow.
- Connect the Out terminal of the MQInput node to the In terminal
of the TCPIPServerReceive node.
- On the MQInput node, set the Queue name property (on the Basic tab) to TCPIP.TASK17.IN1.
- On the TCPIPServerReceive node, set the Connection details property (on the Basic tab) to 14157.
- Save the message flow.