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 an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

AMQP for Thingworx

Toshihiko
10-Marble

AMQP for Thingworx

Does PTC support any way to use AMQP on Thingworx?

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)

 

Announcements


Top Tags