James Strachan wrote: > Using JCA or an MDB container is probably the easiest thing to do. The > simplest way to get going is probably to try out Jencks (which uses > Geronimo's transaction manager) to start with then if you are really wedded > to JOTM, replace the transaction manager. > > http://jencks.org/Message+Driven+POJOs > http://jencks.org/Outbound+JMS > > On 5/4/06, Meeraj Kunnumpurath <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I have got a standalone application that uses JOTM and XAPool for >> transactional access to JDBC resources. I won't to enlist JMS resources >> in ActiveMQ in the same transaction. Could someone please give me some >> pointers on how to get the JMS sessions enlisted within transactions >> managed by the JOTM transaction manager. >> >> Thanks >> Meeraj >>
Don't use XAPool and use a real XA JDBC driver if you can. -- Christopher G. Stach II
