【发布时间】:2018-09-05 22:47:18
【问题描述】:
我有一个问题,希望你能帮我一点忙。 我必须实现快速转发时间,因为我需要测试一些东西。我写了一个 python 脚本,每 1 秒增加 5 秒的系统时间。 (快 5 倍)。 然后我的 jboss 因一些 hornetq 超时而失败。 你有什么想法我可以解决这个问题吗?
03/09/18 09:18:00,107 WARN
[org.hornetq.core.protocol.core.impl.RemotingConnectionImpl] (hornetq-
failure-check-thread) Connection failure has been detected: Did not
receive data from invm:0. 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=3]
【问题讨论】:
-
您使用的是什么版本的 HornetQ?它是独立的还是嵌入到另一个进程中?
-
@JustinBertram jboss 7.1.1 使用 hornetq 2.2.13.Final