Skip to main content
7-Bedrock
February 20, 2024
Question

Connect IBM MQ to Thingworx

  • February 20, 2024
  • 2 replies
  • 932 views

How to connect IBM MQ directly with Thingworx?

Is MQTT Broker required? or can IBM MQ configured and connected directly with Thingworx?

Kindly share the document or steps to connect to Thingworx.

1) IBM MQ ----> Thingworx (Preferred)

2) IBM MQ -----> MQTT-----> Thingworx (Optional)

2 replies

24-Ruby III
February 20, 2024

Article - "IBM WebSphere and ThingWorx MQTT": https://www.ptc.com/en/support/article/CS236034

7-Bedrock
February 20, 2024

Hello Vladimir,

Thanks for your response, I am aware of the article shared by you but it navigates to the IBM portal but nothing much in detail for Thingworx. Can you please support by sharing the right content or configuration details?

Thanks.

Rocko
19-Tanzanite
February 20, 2024

What you can and can't do with IBM MQ would be a question to ask in an IBM forum.

ThingWorx can be a MQTT Client via extension or via Kepware.

ThingWorx also has  a REST API which you can use to interact with it. You can also call REST endpoints of other systems with the ContentLoaderFunctions.

ThingWorx also has an extension mechanism where you can bring in your own java-based extensions to extend functionality, e.g. to support the API of a different system.