Hi: Only transactional resources(Database, JMS etc) could support transaction. While other resources( File etc) couldn't support transaction. Doest the camel support a feature to support a custom transaction process? The feature allow we write custom commit/rollback process for an endpoint, and when the camel-route finished, all the executed endpoints' custom commit/rollback method will be called. It seems the UnitOfWork of Camel can do this, could it?
Thanks any suggestion