I'm using MessageDrivenBeans in JBoss with the transaction attribute
required. I know that in Weblogic, when using container managed
transactions with MDB's the receipt of the message is considered part of
the transaction so that a ctx.setRollbackOnly() will be as if the message
hasn't been delivered yet and was wondering if it's the same in Jboss?

Thanks to whomever did the work to add MDB's to JBoss, it's greatly
simplified the code I have to handle asynchronous processing.

-Todd


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to