Send fixed-size data to a TCP/IP client connection and receive fixed-size data back on the same connection (asynchronously), by the use of a message flow with MQInput, TCPIPClientOutput, TCPIPClientInput, and MQOutput nodes.
Scenario: An application sends asynchronous data between TCP/IP client connections.
Instructions: The following steps describe how to create a message flow to send data through a client connection and wait on the same connection for a reply to be returned. The request is performed asynchronously in two different flows (the TCPIPClientInput does not wait for data to be returned on this connection, but instead monitors all available connections).