CAMEL-9606 - unsafe transaction synchronization in camel-sjms

2016-10-14 Thread Tomohisa Igarashi
Hi, I'm looking into this one and found that camel-sjms is using individual JMS sessions for each endpoints. https://issues.apache.org/jira/browse/CAMEL-9606 As I commented, it causes inconsistency if the process is terminated in the middle of processing those synchronizations, so it doesn't

Re: CAMEL-9606 - unsafe transaction synchronization in camel-sjms

2016-10-14 Thread Andrea Cosentino
+1 :-) Thanks! -- Andrea Cosentino -- Apache Camel PMC Member Apache Karaf Committer Apache Servicemix Committer Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd On Friday, October 14, 2016 3:51 PM, Tomohisa Igarashi

Re: CAMEL-9606 - unsafe transaction synchronization in camel-sjms

2016-10-14 Thread Claus Ibsen
Hi Yeah that sounds like a good idea. We love contributions On Fri, Oct 14, 2016 at 3:51 PM, Tomohisa Igarashi wrote: > Hi, > > I'm looking into this one and found that camel-sjms is using individual JMS > sessions for each endpoints. >