RE: [JBoss-user] JMS usage and EJB rollback question

2003-07-17 Thread Danny . Yates
PROTECTED] Subject: Re: [JBoss-user] JMS usage and EJB rollback question I found a better solution. Use JMS transactions and commit the messages. At 10:32 AM -0700 7/16/03, Michael Klem wrote: I am using JMS to send a message from within an EJB and I have this question. Inside my EJB I do

Re: [JBoss-user] JMS usage and EJB rollback question

2003-07-16 Thread Michael Klem
I found a better solution. Use JMS transactions and commit the messages. At 10:32 AM -0700 7/16/03, Michael Klem wrote: I am using JMS to send a message from within an EJB and I have this question. Inside my EJB I do the following: Add a row to table A Send a JMS message that table A has