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

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

AMQP for Thingworx

Toshihiko
7-Bedrock

AMQP for Thingworx

Does PTC support any way to use AMQP on Thingworx?

1 ACCEPTED SOLUTION

Accepted Solutions

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)

 

View solution in original post

1 REPLY 1

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)

 

Top Tags