This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: JMS, DB transaction under same JTAniefeng Aug 4, 2008 2:36 PM (in response to niefeng)To add on, the transaction that the MD Bean, SLSB, entity bean is "Required" 
- 
        2. Re: JMS, DB transaction under same JTAjhalliday Aug 5, 2008 4:55 AM (in response to niefeng)maybe. depends on your configuration. 
- 
        3. Re: JMS, DB transaction under same JTAjustkeys Sep 7, 2008 7:55 AM (in response to niefeng)If you use transactional jms, and the required tx attribute on mdb and slsb: 
 the message will only be sent if the db was able to persist,
 and the message will not be sent if the db was not able to persist,
 and the db will not persist, if the message was unable to be sent
 etc: both take part in the same transaction.
 This explains how to do tx jms
 http://www.odi.ch/prog/jms-tx.php
 
     
    