This content has been marked as final.
Show 1 reply
-
1. Re: MDB + setRollbackOnly question
genman Jun 2, 2005 8:12 PM (in response to optimusprime)
Typically, you want the commit of the message and DB to happen at the same time. You can do a rollback, and the second time around, ignore the message. You can do this by keeping a hash table by message ID in your MDB of messages to subsequently ignore.