cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

how does thingworx subscribe to an event on external public server?

psaxena
1-Newbie

how does thingworx subscribe to an event on external public server?

thingworx has to be subscribe to an event on public server so that whenever an even occurs on the server...thingworx is automatically notified

1 REPLY 1
ttielebein
12-Amethyst
(To:psaxena)

Hello, there is no OOTB mechanism for this in ThingWorx. You will have to develop a custom extension. You can then use threading and listeners as they are implemented in whichever language you choose. Here is a KCS article on the Eclipse plugin.

You can find an overview on Extension development in the Help Center. You could also check out the MQTT extension in the ThingWorx Marketplace, but note that there is no support for this (so if you run into bugs or issues getting that configured, you will have to post here on the Developer Community to get help as opposed to opening a case on support.ptc.com).

You could also just download the MQTT extension, look at it's source code, and then use that as an example to build your own using the SDK.

Hope this helps!

Tori

Top Tags