2008/7/15 cmoulliard <[EMAIL PROTECTED]>: > > Even if we achieve the same result, what you propose is not really // because > 1st we call the bean to save the content and next we unmarshall it before to > commit it in the queue.
Sorry you lost me there :). With transactions it doesn't much matter the steps in the flow; all that matters is that the entire route is atomic; all steps work or they all rollback. > Is there a wiki page describing which resources are transactional in Camel ? Currently the transactional resources are JPA, Hibernate, JMS and JDBC - using Spring's declarative transactions -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://open.iona.com
