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

  1. Create a message flow called TCPIP_Task17 with an MQInput node and a TCPIPServerReceive node.
    For more information, see Creating a message flow.
  2. Connect the Out terminal of the MQInput node to the In terminal of the TCPIPServerReceive node.
    MQInput node connected to a TCPIPServerReceive node.
  3. On the MQInput node, set the Queue name property (on the Basic tab) to TCPIP.TASK17.IN1.
  4. On the TCPIPServerReceive node, set the Connection details property (on the Basic tab) to 14157.
  5. Save the message flow.