You are here: Reference Manual > FME Server Services > Notification Service > Publishers > Example UDP Publication

Example UDP Publication

The following example UDP publication receives UDP messages on port 5500 and publishes notification messages to topic SAMPLE_TOPIC.

UDP Publisher Notification Content

The notification content sent by the UDP Publisher includes the following keywords:

  • fns_type – This value is “udp_publisher” to indicate the message is relayed via the UDP publisher.
  • udp_publisher_content – The content of the UDP message.

The following is an example of UDP Publisher notification content:

{

fns_type : “udp_publisher”,

udp_publisher_content : “The UDP message to relay”

}