[JBoss-dev] [Design of JTA on JBoss] - Re: MDB + Hibernate + JMS Transaction

2005-02-28 Thread kenyim
sorry, wrong post and should be lookup JmsXA. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868178#3868178 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868178 ---

[JBoss-dev] [Design of JTA on JBoss] - MDB + Hibernate + JMS Transaction

2005-02-28 Thread kenyim
Hi, I've got a with MDB + Hibernate + JMS transaction. What I wanted to achieve is to use CMT MDB, which will rollback (put the message back to queue) if something wrong in the onMessage() method. Inside the onMessage() method, I have hibernate database update code and jms code to send message t