Does anyone of you have prior experience of performing multiple transactions using spring?
I want to achieve this where I have to perform atomic transaction which has multiple transactions. Hence there might be a scenario where we have to rollback Transaction 1 when transaction 2 fails (we can have JMS + DB - hibernate atomic transaction).
Any pointers in this direction are welcome.


Reply With Quote