Is it possible to get the retained payload for a topic on the mosquitto server without actually subscribing to it?
I want to write a program which will run on the same server as mosquitto, and be able to get the retained payload on certain topics, without actually subscribing to these topics.
I want to know if it is possible to access mosquitto's internal data (in a version-agnostic way) to accomplish this.