3 Replies Latest reply on Jun 27, 2002 7:25 AM by dshaul

    exception listener for connection

    dshaul

      Hi all
      The JMS specification define setExceptionListener() method for the connection class. from the API: "If a JMS provider detects a serious problem with a connection, it informs the connection's ExceptionListener, if one has been registered. It does this by calling the listener's onException method, passing it a JMSException object describing the problem.".

      I tried using it but it doesn't work can someone tell me please why? Is it possible it isn't implemented yet? What should I do if I want subscribers and publishers to detect server falling? (take into considuration they can be on other VM).
      Thanks