Prev Next

Java / Java Transactions (JTA)

Should I put a transactional attribute on an asynchronous action such as sending an email?

No. Simply putting a transactional attribute on a method won't help if the resource manager can't use a transactional context.

More Related questions...

Show more question and Answers...


Comments & Discussions