6 Replies Latest reply on Apr 17, 2002 3:11 AM by dim

    ExceptionListener not working

    mduitz

      I've read through the forums, and it seems there is a lot of conflicting information with regards to ExceptionListener. I have a client application that is basically sitting around waiting for messages to process. My onError is never called if the server goes down - either gracefully or by being killed (machine shutdown). Is there anyway to know that the queue and/or server is no longer available? One thing that we will implement if this isnt available is to simply send messages to a dummy queue periodically from the client. I am assuming an excpetion will be thrown if I try to do a send and the server is unavailable.

      Thanks in advance for any help.

      Mitch