2 Replies Latest reply on Nov 17, 2001 2:55 AM by rajsaini

    Reconnection by using ExceptionListener

    rajsani

      Hi,

      My application need the reconnection to the JbossMQ. I have async queue recevier client which receives the messages from the queue. On disconnection from the JMS provider, I try to reconnect to the server in the onException method of ExceptionListener Interface (as specified in the JMS API)

      This works fine in the JBoss-2.2. However, on JBoss-2.4.3 the clients simpaly exits without any exception. Is this a JbossMQ bug?

      Thanks in advance.