我正在运行带有HornetQ消息的Wildfly 8.2实例,可通过端口8185上的HTTPS远程访问。
为了测试连接,我在通过https-remoting:// localhost:8185连接的同一台机器上运行客户端
起初一切正常。但是,在" connection-ttl" RemoteConnectionFactory已经通过,服务器日志遵循以下行:
2015-09-03 17:05:49,152 WARN [org.hornetq.core.client] (hornetq-failure-check-thread) HQ212037: Connection failure has been detected: HQ119014: Did not receive data from /192.168.160.83:63937. It is likely the client has exited or crashed without closing its connection, or the network between the server and client has failed. You also might have configured connection-ttl and client-failure-check-period incorrectly. Please check user manual for more information. The connection will now be closed. [code=CONNECTION_TIMEDOUT]
2015-09-03 17:05:49,154 INFO [org.hornetq.core.server] (hornetq-failure-check-thread) HQ221021: failed to remove connection
测试较长时间后的最终结果(客户端每1-2秒连接一次,发送/接收消息,关闭连接):
对此问题的任何帮助表示赞赏!