1 Reply Latest reply on Jul 28, 2005 8:47 PM by revol

    How can I get all sessions between the JbossMQ provider  and

    revol

      If a JMS client(MessageListener) is shutdown abruptly(for example,the network is disconnected) ,why the "Recerver Count" on page of JbossMQ web-console shows "1" so after I start the client again one message will be lost ? why not "0" ?
      So,I guess although the client is disconnected with JbossMQ, the sessions between them were kept by JbossMQ. If so, how can I get all these sessions so I can close them in one program? If not, how can I solve the problem?