Syntax:
com.ibi.agents.XDUDPEmitAgent
Description:
The UDP Emit service allows you to configure a service to transmit a User Datagram Protocol (UDP) message packet to a specified host.
Parameters:
Parameter |
Description |
---|---|
Host |
The host name or IP address of the machine to which the UDP message packet will be sent. |
Port |
The port number of the host to which the UDP message packet will be sent. |
Prepend Packet Length |
Determines whether to prepend the data packet length. Select one of the following values from the drop-down list.
By default, false is selected. |
Note: Due to the nature of UDP, the only error checking that is performed is whether the host machine can be reached. Message packets are sent to the host with no guarantee that the packet was received or was processed by the specified host system.