1 2 Previous Next 16 Replies Latest reply on Jan 14, 2004 8:25 AM by mkprim Go to original post
      • 15. Re: JMS onException not working

         

        "adrian@jboss.org" wrote:
        There is still a cognitive dissonnance (misunderstanding).

        There is no onException on the server.

        Do you mean you have a receiver (client) running in the same VM as the server?
        This is totally separated from any other client. It has no knowledge of any
        other clients connected to the server.

        If the original client failed and it created the temporary queue, it is likely
        you will get a "destination does not exist" exception, but this is not
        guaranteed since it is a timing issue on when the server detects the client
        failure.

        Regards,
        Adrian


        • 16. Re: JMS onException not working
          mkprim

           

          "mkprim" wrote:
          Thanks a lot.
          Now I Understand, my onException in the server will never be called.
          Sorry I had a "cognitive disonance" but I'm trying to learn.
          Now It's all clear.
          Thanks for your time and your patience.
          Marcelo.


          1 2 Previous Next