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