Skip to main content
1-Visitor
June 16, 2020
Solved

AMQP for Thingworx

  • June 16, 2020
  • 1 reply
  • 1472 views

Does PTC support any way to use AMQP on Thingworx?

Best answer by VladimirRosu_116627

Hi,

We do have several ways to use AMQP in ThingWorx. I assume your usecase is to connect to an existing AMQP broker (please correct me if I'm wrong here).

 

You have the following options:

1. build a ThingWorx Extension for the AMQP protocol (Java).

2. build an Edge SDK implementation for the AMQP protocol (exactly as option 1, but this has the advantage that it's out of process, in Java/.NET/maybe C++ has libraries for AMQP?)

3. build a ThingWorx Flow connector for AMQP (if you have ThingWorx Flow in your environment, NodeJS)

 

1 reply

19-Tanzanite
June 16, 2020

Hi,

We do have several ways to use AMQP in ThingWorx. I assume your usecase is to connect to an existing AMQP broker (please correct me if I'm wrong here).

 

You have the following options:

1. build a ThingWorx Extension for the AMQP protocol (Java).

2. build an Edge SDK implementation for the AMQP protocol (exactly as option 1, but this has the advantage that it's out of process, in Java/.NET/maybe C++ has libraries for AMQP?)

3. build a ThingWorx Flow connector for AMQP (if you have ThingWorx Flow in your environment, NodeJS)