I want to create a publish and subscribe model for developing a IoT project. I have created it using Python language. Everything is working well and fine, but there seems to be a delay of 3 seconds to reach the message to the subscriber from the publisher.
Is there any way to minimize the delay in message delivery and increase its performance in WSO2 Message Broker or any suggestion...