Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Does PTC support any way to use AMQP on Thingworx?
Solved! Go to Solution.
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)
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)