Hi Harry,
Thank you for your response!
I read the previous posts about the MQTT protocol branch and have already completed the merge process between the MQTT branch and the main Jaamsim branch. When I compiled it using the Eclipse software, it showed 2 errors in the Send and Receive classes. I did a preliminary analysis and fixed them just to get the project to compile.
After the project was successfully compiled, I ran the created JAR file, set up a simple queue to test the components, and found that the MQTTSend component is working perfectly. It successfully sent the message to my MQTT broker server.
However, the MQTTReceive component is not working. I just want to understand the dynamics of how the MQTTReceive component is supposed to function.
Best regards,
Aécio