Skip to main content
Question

update system using notification

  • February 2, 2018
  • 2 replies
  • 11 views

boubcher
Contributor
Forum|alt.badge.img+11

how could an app get data, via the notification feature of FME , without using the email notification

i mean how could we push information to the other system and topic is triggered, any example.

Thanks

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

david_r
Celebrity
  • February 2, 2018

That depends entirely on the capabilities of the app that is to receive the notification. If it's supported, Amazon SQS is particularly suited for such a thing. If not, then there's the Push subscriber that's fairly accessible, in particular if your app has a REST-like API.

Here's a list of all the subscriber technologies supported by FME Server, hopefully one of them is supported by your third party app: https://docs.safe.com/fme/html/FME_Server_Documentation/Content/ReferenceManual/Subscribers.htm


boubcher
Contributor
Forum|alt.badge.img+11
  • Author
  • Contributor
  • February 3, 2018

@david_r

what we are trying to push any transaction from different system (ex. building licenses, permits license ..ext ) to a remote central data warehouse by building topics for each type of information and we subscribe to those topics in order to push data to the destination as soon as it triggered.