-
Apr 29th, 2010, 01:48 PM
#1
Correctly suspending a JTA transaction for resume from anothe thread
Hello
I want to read a JMS message with a JTA transaction, suspend it, and make another external call (say HTTP) to which the response is received in a separate thread. On receiving this response, I want to resume the suspended transaction and commit or rollback.
How can I programmatically suspend and resume a transaction (i.e. from another thread?)
thanks
asankha
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules