Skip to main content
11-Garnet
January 29, 2024
Solved

JMS Connector Thingworx

  • January 29, 2024
  • 1 reply
  • 1129 views

Hi,

 

Does Thingworx have any extensions to integrate JMS Connectors.

 

Best Regards,

Best answer by VladimirRosu_116627

ThingWorx by default does not have an extension for JMS systems.

I have created though, in the past, using the ThingWorx Extension SDK (which you should use to build such a plugin) an JMS ActiveMQ Extension.

It's really old, stored here: https://github.com/cbadici/thingworx-activemqjms-extension

Obviously, not supported by PTC (and by anyone), but the source inside is very useful if you're trying to build such an Extension.

1 reply

19-Tanzanite
January 30, 2024

ThingWorx by default does not have an extension for JMS systems.

I have created though, in the past, using the ThingWorx Extension SDK (which you should use to build such a plugin) an JMS ActiveMQ Extension.

It's really old, stored here: https://github.com/cbadici/thingworx-activemqjms-extension

Obviously, not supported by PTC (and by anyone), but the source inside is very useful if you're trying to build such an Extension.

11-Garnet
January 30, 2024

Hi Vladimir,

 

Thanks for sharing your build. Will check the repository.

 

Thanks and regards.