Default Topics and Subscribers
Topics
The following topics are shipped with FME Server to support FME Server operations:
- JOB_FAILURE – A notification for this topic is generated when the FME transformation fails.
- JOB_SUCCESS – A notification for this topic is generated when the FME transformation succeeds.
- SAMPLE_TOPIC – This is a sample topic. By default, no notifications are generated for this topic. It’s used for testing notifications.
Note: Currently, only the Data Download Service and Job Submitter Service are configured to publish notifications to the JOB_FAILURE and JOB_SUCCESS topics. However, the E-mail Subscriber needs to be configured before the messages will be sent.
Subscribers
The following subscribers are shipped with FME Server:
- Email_JobFailure – This is a subscriber of the JOB_FAILURE topic. It is configured to send emails to the specified recipients when an FME transformation fails. Currently only Data Download Service and Job Subsmitter Service will trigger a notification to this topic for non-blocking jobs that utilize email.
- Email_JobSuccess –This is a subscriber of the JOB_SUCCESS topic. It is configured to send emails to the specified recipients when an FME transformation fails. Currently only Data Download Service and Job Subsmitter Service will trigger a notification to this topic for non-blocking jobs that utilize email.
- Logger_Default – This is a subscriber of the JOB_SUCCESS, JOB_FAILURE and SAMPLE_TOPIC topics. It is configured to log out all notifications published to the subscribed topics.