2 Replies Latest reply on May 22, 2005 1:53 AM by irfan1078

    How does JMS client know the JMS provider is down?

      Hello,

      I have a standard alone application as a JMS client and JBoss as the JMS provider. The client uses MessageListener to receive messages from a queue. But after the JBoss is down and is restarted, the client cannot receive any message from the queue anymore? My questions are:
      1. Will the client ever get some sort of connection down indication?
      2. If the client detects the connection is down, should it create a new connection and session and reset the MessageListener?

      Thanks,

      Steve