1 Reply Latest reply on Dec 2, 2003 2:49 PM by jubei

    Any way to detect a network connection failure

    jubei

      I have a client subscriber with an ExceptionListener, which polls to reconnects with the JMS server. If I shut down the JBoss server, the onException event occures and my client app polls the JBoss server until it is back up. But in the case of a network failure such as disconnecting the network cable from my client app, no onException event gets trigger. My setup is:

      JBoss version is 3.2.2
      The server is win2K w/1.4JDK
      client app is Redhat 7.2 w/1.4JDK