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...