Skip to main content

All Questions

Filter by
Sorted by
Tagged with
5 votes
3 answers
7k views

What is a transaction boundary?

I've read this article (assumes I already know what a transaction boundary is) and this SO question (can't decipher meaning of transaction boundary from that question). In other words, there are no ...
Mario Ishac's user avatar
  • 5,857
6 votes
1 answer
2k views

Parallel and Transactional Processing in Java (Java EE)

I have an architectural question about how to handle big tasks both transactional and scalable in Java/Java EE. The general challenge I have a web application (Tomcat right now, but that should not ...
Stefan Winkler's user avatar
1 vote
1 answer
1k views

JMS - Distributed Transaction

In case we want a JMS session to participate in transaction, we create a JMS session with session parameter to true. But, where does I mentioned JMS that it the session being participated in ...
Sandeep Jindal's user avatar