Re: Another XA Transaction question

2009-09-10 Thread sbuster
> > } catch (Exception e) { > // TODO Auto-generated catch block > fMessageDrivenCtx.setRollbackOnly(); > System.out.println(e.getMessage()); > }finally{ > try{ > stmt.close(); > con.close(); > }catch(Exception e){} > } > } > -- View this message in context: http://www.nabble.com/Another-XA-Transaction-question-tp25331346p25389655.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Another XA Transaction question

2009-09-07 Thread sbuster
// TODO Auto-generated catch block > fMessageDrivenCtx.setRollbackOnly(); > System.out.println(e.getMessage()); > }finally{ > try{ > stmt.close(); > con.close(); > }catch(Exception e){} > } > } > -- View this message in context: http://www.nabble.com/Another-XA-Transaction-question-tp25331346p25337375.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Another XA Transaction question

2009-09-07 Thread Phil Pickett
- Original Message - From: sbuster To: users@activemq.apache.org Sent: Mon Sep 07 09:24:16 2009 Subject: Another XA Transaction question I'm using ActiveMQ 5.2 with WebSphere 7.0 and Sun JavaDB 10.x. Pretty standard requirement, I have a message that arrives on a Queue, gets p

Another XA Transaction question

2009-09-07 Thread sbuster
stmt.close(); con.close(); }catch(Exception e){} } } -- View this message in context: http://www.nabble.com/Another-XA-Transaction-question-tp25331346p25331346.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.