3 Replies Latest reply on Oct 4, 2005 9:09 AM by hfarid

    MDB and exceptions

    hfarid

      As far as I understand from all the other postings, MDB should NEVER throw any exceptions bcause this will trigger retry.

      In my MDB, I am catching all the exceptions which can be thrown
      I debugged my MDB and reached the return line of the onMessage() method. I even wrapped my code with try{}catch(Throwable e)

      How can I stop the messages from being resent

      Setup:
      Solaris 10 (blade 1500)
      JBoss 4.0.2
      JDK 5

      Thanks