| Author |
EJB, JMS and Transaction
|
Olexiy Prokhorenko
Ranch Hand
Joined: Jul 11, 2004
Posts: 97
|
|
Hi there, I have the following question. I have Session Stateless EJB working in CMT (container-managed transactions). It has a method, which is sending message to MDB (message driven bean) and then proceed with different changes/updates/etc. This method works in separated transaction. Possibly it could happen that after sending message to MDB - some changes/updates/etc will fail and transaction will be rolled back. The problem is from what I understand MDB with it's onMessage() will not be rolled back. Any ideas? Any sources where I can read more on details about transaction management during interacting with JMS? The easiest way is to put message sending call _after_ all changes/updates/etc. will be done. But still, there some moments that could create a problem with this - and anyway, I more concern about this question as about general question. Thanks ;-)
|
<a href="http://www.BossTalks.com" target="_blank" rel="nofollow">http://www.BossTalks.com</a><br />Free advices and help for entrepreneurs: from Idea to IPO<br />Software and IT Project Management forum
|
 |
 |
|
|
subject: EJB, JMS and Transaction
|
|
|