B4J Question jMQTT getting (EOFException)java.io.EOFException from rabbitmq broker

Hanz

Active Member
Hello,

This concerns the jMQTT. I downloaded the sample MQTTCanvas and tried it on the mosquitto broker running on linux and it was good--it connected and send & receive messages. Then, I tried on the rabbitmq broker and I'm getting the response "(EOFException)java.io.EOFException" at start up at port 15672. At port 5672, I get "(SocketException)java.net.SocketException: Connection reset." NOTE: The sample I download shows some drawings features. I didn't use that. Just the simple connection and send & receive messages.

Anyone encountered the same concern and how to handle it?

Thanks!
 
Last edited:
Top