Publications
A Publication is a component that receives incoming notifications from a client.
To receive notification in FME Server a user must create a new Publication. A Publication is created in the FME Server Web User Interface under the Notifications section.
Subscriptions
A Subscription is a component that sends outgoing notifications to a client.
To send a notification in FME Server a user must create a new Subscription.
A Subscription is created in the FME Server web interface under the Notifications section.
FME automatically creates some subscriptions on installation, 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. |