I followed a tutorial to send message to the hiveMQ(which run through executing run.bat file that I downloaded from their website) from paho graphical user interface downloaded from here , it worked fine and showed logs that client connected and sent message that worked fine, now I have made android client application that can publish messages to the public broker, that also worked fine I successfully published message to their public broker(tcp://broker.hivemq.com:1883)
I want to have hiveMQ as broker on my computer so that I can send messages from my application to locally running broker and see the message what I sent from application, how can I do that?
Thanks