1 Reply Latest reply on Oct 1, 2010 2:22 PM by wdfink

    Remote connection to JMS client breaking

    rajeev.aec

      Hello all,

       

      we are using JBoss 4.2.3 and JMS 1.0.4 in that we created a application in which jboss is sending messages to connected client  through JMS on topic but after some time some of our client get disconnected with the server giving this error in log

       

      <log4j:event logger="org.jboss.jms.server.connectionmanager.SimpleConnectionManager" timestamp="1285724232061" level="WARN" thread="Timer-14">
      <log4j:message><![CDATA[A problem has been detected with the connection to remote client abie-yi57ca-gekumbix-1-gemjbb1z-2cth, jmsClientID=n-zffmukeg-1-xibmukeg-ac75iy-eiba. It is possible the client has exited without closing its connection(s) or the network has failed. All associated connection resources will be cleaned up.]]></log4j:message>
      </log4j:event>

      <log4j:event logger="org.jboss.jms.server.connectionmanager.SimpleConnectionManager" timestamp="1285724232061" level="WARN" thread="Timer-14">

      <log4j:message><![CDATA[A problem has been detected with the connection to remote client abie-yi57ca-gekumbix-1-gemjbb1z-2cth, jmsClientID=n-zffmukeg-1-xibmukeg-ac75iy-eiba. It is possible the client has exited without closing its connection(s) or the network has failed. All associated connection resources will be cleaned up.]]></log4j:message>

      </log4j:event>

       

      can any one help me on this why I am getting this kind error.

       

      regards