Please don't use the parallelProcessing. As you know spring is using thread local to store the information of transaction, parallelProcessing will cause some trouble to let camel know the states of transaction.
-- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Thursday, December 20, 2012 at 6:36 PM, danielaR wrote: > This is my route > from("jms:camelQueue"). > transacted(). > process(validationProcessor). > recipientList(header("recipientList")). > parallelProcessing(); > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/recipient-list-send-to-all-or-none-transactions-tp5724360p5724437.html > Sent from the Camel - Users mailing list archive at Nabble.com > (http://Nabble.com).
