Question
How to get access to the MQTT topic of a message received in ThingWorx.
Hi gents,
the ThingWorx startup behavior in not as expected when many things are connected to an MQTT broker (Subscribing process for each thing takes ages). Therefore I want to connect one thing and distribute the messages to the things that should receive it.
Defining the Subscriber is fine: /hm/status/# into VALUE: MyMessage
Problem:
I have no access to the complete topic. I only get the messages. For proper operation, I need the full topic path that comes with the message. Is there a way to use wildcards and get the full topic somewhere in ThingWorx?
Thx

