TCP/IP Processing Agent(3.0)
The TCP/IP forwarding agent allows data to be distributed from a workflow, using the standard TCP/IP protocol. Several connections at a time are permitted. The agent can also send various UDRs back into the workflow. All handling of these UDRs are done through APL commands.
Deprecation
Netty version 3 is deprecated from version 2.1.0 of .
The TCP/IP forwarding agent supports IPv4 and IPv6 environments.
Configuration
The TCP IP processing agent consists of two tabs: General and Advanced properties.
General Tab
Setting | Description |
---|---|
Host | Enter the IP address or hostname that you want the agent to bind to. |
Port | Enter the port number that the data is to be sent to. Ensure that the port is not used by other applications. |
Receive Response | Select this check box if you want the agent to be able to receive responses for requests. |
Note!
The string containing the host and port acts as an identifier for the connection.
Advanced properties Tab
In the Advanced tab, you can configure additional properties to optimize the performance of the TCP/IP processing agent.
For further information on the properties, see the text in the tab.
Input/Output Data
The agent expects ConnectionRequestUDR
s and RequestUDR
s.
The agent returns ConnectionStateUDR
s, ResponseUDR
s and ErrorUDR
s.
For further information on these UDRs, see TCPIP Related UDR Types - Processing Agent(3.0).