简体   繁体   English

JBoss 7.2 的 JMS 服务器问题

[英]JMS server issue with JBoss 7.2

We received below JMS error .我们收到以下 JMS 错误。

ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@39704d16)) AMQ212037: Connection failure has been detected: AMQ229014: Did not receive data from <IP:PORT>.

We get this message suddenly.我们突然收到此消息。 I checked the source code and all the JMS connections are closed.我检查了源代码,所有的 JMS 连接都关闭了。 Not able to reproduce the same.无法重现相同。 Any help on this would be appreciated.对此的任何帮助将不胜感激。

This message is just indicating that a client exited without closing its connection or a connection was lost due to a network issue of some kind (ie the client didn't specifically close it).此消息仅表明客户端在未关闭其连接的情况下退出,或者由于某种网络问题(即客户端没有专门关闭它)而丢失了连接。 The broker will log this message so you can investigate if necessary.经纪人将记录此消息,以便您在必要时进行调查。 It's a fairly common message to see, and it should be logged at WARN level rather than at ERROR .这是一个相当常见的消息,应该在WARN级别而不是在ERROR级别记录。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM