I have created a pub/sub topic and a subscription to it. i'm publishing messages to the topic and i can see the messages from the subscription from the console
I want to use a mqtt client like mqttfx and subscribe to this pubsub topic so that i can see the published messages. is this possible