All Questions
3 questions
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 ...
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 ...
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 ...