murthypatnaik
Programmer
Hi, I have MDB, in onMessage(), I am sending an email. This is all in try block. In catch(), I am rollbacking qSession, as it would go back agin to queue. If the session is rollbacked, I need to update database with status, for this I am calling EJB. Here the problem is, After rollback, this ejb call also rollbacking. I need to update DB when QSession is rollbacked, Please suggest me in this case.
Thanks, Murthy
Thanks, Murthy