Publications
A Publication is an FME Server component that receives incoming notifications from a client (publisher).
To receive a notification in FME Server a workspace author (or administrator) must create a new Publication. A Publication is created in the FME Server web interface on the Notifications page:
Subscriptions
A Subscription is an FME Server component that sends outgoing notifications to a client (subscriber).
To send a notification in FME Server a workspace author (or administrator) must create a new Subscription. A Subscription is created in the FME Server web interface on the Notifications page:
FME automatically creates some Subscriptions on installation, e.g. to alert clients to the success or failure or jobs that have been run.
IMPORTANT |
Although the actions may seem odd in regard to the name – Publications receive messages, Subscriptions send them – it is correct. The name refers to the Client, not the Server. So FME Server receives a Publication because the client is publishing it. Likewise, FME Server sends a Subscription because the client is subscribing to it. |