Inspirel banner

Programming Distributed Systems with YAMI4

6.1.3 UDP Listeners

The target for the UDP listener can be specified in the same way as for TCP, except that the udp prefix has to be used:

udp://hostname:port

The rules for wildcard resolution are also the same as with TCP.

Note:

The UDP listener is not physically associated with any listening socket, as that concept does not exist in datagram communication. The UDP listener is therefore a logical entity that defines a target endpoint for remote agents.