0 Replies Latest reply on May 29, 2006 11:50 AM by labaere

    Problem detecting crashed client when using JMS over HTTP

    labaere

      I have a JMS client which creates a Durable subscriber using JMS over HTTP. I have enabled the ClientMonitorInterceptor (ClientTimeout=80000) and configured the HTTPServerILService: TimeOut=60, RestInterval=0, PingPeriod=70000.

      When the client crashes, the server does not remove the crashed client connection. The ClientMonitorInterceptor never disconnects the crashed client:

      17:37:15,301 DEBUG [ClientMonitorInterceptor] Checking for timedout clients.
      17:38:35,294 DEBUG [ClientMonitorInterceptor] Checking for timedout clients.
      17:39:55,286 DEBUG [ClientMonitorInterceptor] Checking for timedout clients.

      Is there someone who has an idea of what is wrong?
      Is there someone who has succeeded in detecting crashed JMS clients when using JMS over HTTP?

      Thanks in advance