Yes, thank you for that. I have no errors now, but I still can't find a way to implement The functionality that I need.
I would like camel to send to all recipients in the recipientList in one Transaction. (Right now I think (or I see in the logs) that it starts a new transaction when it sends to a different destination. I would like it to send them all in the same transaction, so that when an error occurs and i rollback, none of the recipients receive the message). Is that even possible ? Can I so this with Camel or should I look into doing it with the Spring Transactions? -- View this message in context: http://camel.465427.n5.nabble.com/recipient-list-send-to-all-or-none-transactions-tp5724360p5724489.html Sent from the Camel - Users mailing list archive at Nabble.com.
