Re: Transactional Message Lost On Failover

2015-03-10 Thread noone100
ctional-Message-Lost-On-Failover-tp4692426p4692881.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Transactional Message Lost On Failover

2015-03-06 Thread Gary Tully
anges"); > try { > session.rollback(); > } catch (JMSException e) { > e.printStackTrace(); > } > } > } > > Thanks for your help! > Michael > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Transactional-Message-Lost-On-Failover-tp4692426.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Transactional Message Lost On Failover

2015-03-04 Thread noone100
tem.out.println("undo changes"); try { session.rollback(); } catch (JMSException e) { e.printStackTrace(); } } } Thanks for your help! Michael -- View this message in context: http://activemq.2283324.n4.nabble.com/Transactional-Message-Lost-On-Failover-tp4692426.html Sen