Available Protocols

Email and FME Workspace protocols are among the most popular for FME Server, and they are covered in detail in the next few sections. Some other commonly used protocols are:


Watch Notifications

There are several watch notification protocols: Directory Watch and FTP Watch are the two most common.

These are Publication-only protocols that monitor folders and FTP sites for new files to be added. When a file appears in that directory then the Topic to which it is tied becomes triggered. The name of the affected file is passed on through the topic message.

A common use is for monitoring a folder in which datasets are stored. When a new dataset is placed into the folder, then a workspace can automatically run to process it.

This protocol allows files to be filtered by the action type so that it is not just the creation of a new file that can be monitored. It's also possible to monitor for file deletions and modifications.


Mobile Notifications

Mobile Notifications are Subscription-only protocols that send notifications to mobile devices. The two protocols available are Apple Push Notification and Google Cloud Messaging.

Apple Device Notifications

The Apple Push Subscriber allows delivery of messages to an Apple iOS device, like an iPhone. Messages are sent from FME Server to the device via a cloud service called the Apple Push Notification service (APNs).

The FME Server Reference Manual explains how to set up such a notification and what is required regarding Apple “SSL Keystore” and device tokens.

Android Device Notifications

Google Cloud Messaging is the Android equivalent to Apple notifications. Again, they involve sending content to a mobile device from an FME Server Publication.


Amazon Notifications

FME Server notifications support several Amazon protocols. SNS and SQS are two types of notification systems. FME Server is capable of pushing messages to both of them and receiving messages from both of them. The difference (if you are interested) is that SNS pushes messages to subscribers immediately, whereas SQS stores the messages in a queue until the subscriber fetches them.

Amazon S3 is an online file storage service. It can be either a Publisher or Subscriber in FME Server; i.e., FME can be notified to read from S3 "buckets" and can issue a notification in the form of writing to an S3 bucket. The S3 Publication is a "Watch" type notification. FME Server can watch for files arriving there and trigger a notification in response.


WebSocket Notifications

A WebSocket is a TCP-based line of communication. FME Server can accept and send notifications from/to another WebSocket client. WebSocket protocols are supported by most web browsers, meaning any web application can communicate to FME Server and FME Server can send notifications (even small quantities of data) directly to a web browser.

results matching ""

    No results matching ""