3 Replies Latest reply on Jan 16, 2004 6:37 PM by adrian.brock

    jms and transaction

      Hello,

      What will happene if i let the onMessage() of a MDB with transaction required attribute? In my case, I test in a MDB , its onMessage method calls a sesson bean's method which will throw an exception. So, i expected that a jms message will be left in the queue because of the failure of the onMessage call. However, i cannot find this message. The queue depth is equal to 0.

      Regards

      yang