MQTT Extension publish and subscribe settings
Good day,
I am working with the MQTT extension and have a few questions.
Regarding subscribing to topics:
In other MQTT client and broker tools it is possible to subscribe to a topic using wildcards like '+' and '#' and in the document for support case CS246701(https://www.ptc.com/en/support/article?n=CS246701) they do discuss this functionality: 
But it does not seem to work if I add it as a mapping topic e.g. /Thingworx/+/Thing1/Property1 instead of /Thingworx/Dev/Thing1/Property1.
Is there a way to get this functionality to work in Thingworx?
Regarding publishing topics:
As part of the Java library being used by the extension (mqttv3.jar (MQTT client library)) there is functionality built in by default called "isRetained" I believe. This stores the last message published on a topic on the broker. I can't find the functionality to enable the retain function when a topic is published.
Is there a way to enable this functionality in Thingworx?
Thank you,
Johan Bester

