Hello, we are collecting data through remote devices over our webserver which is windows 2012 R2. We have ActiveMq 5.14.3 broker running on this server. For the clients we have MQTT enabled embedded devices and Mobile applications. Now we just wanted to have these messages from the MQTT Devices be stored on the webserver and thus made a Webserver client with a WCF which runs on the same server. We are able to subscribe the topics properly through this WCF client and are receiving the messages from the Broker as well. But the connection automatically breaks after 20-25min of working. We are getting the following error.
INFO | jvm 1 | 2017/06/20 13:12:07 | WARN | Transport Connection to: tcp://192.168.1.100:57871 failed: java.io.EOFException INFO | jvm 1 | 2017/06/20 13:12:10 | WARN | Transport Connection to: tcp://192.168.1.100:57807 failed: java.net.SocketException: Connection reset INFO | jvm 1 | 2017/06/20 13:12:10 | WARN | Transport Connection to: tcp://192.168.1.100:57840 failed: java.net.SocketException: Connection Please help suggest a way forward as we seems to have got stuck on this issue for past few days now. Thank you. Anubhav -- View this message in context: http://activemq.2283324.n4.nabble.com/Connection-between-Active-MQ-Broker-and-WCF-Clients-resets-after-20-25min-of-working-when-both-broker-tp4727604.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
