-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
From Ning Jiang (njiang@redhat.com)
Camel is using Spring TransactionTemplates to implement the Transactional Client pattern[1].
As the Spring PlatformTransactionManager cannot manage the multiple resources, we are using the atomikos to show the user how to manage the transactions between JMS and DB resource. It could great if we can replace the atomikos with narayana, then we can promote this example as reference to SA who can sale the solution to the customer.Another interesting task could be using the narayana JTA wrapper classes to replace the Spring TransactionTemplate in Camel. As we don't want to build out products on top of Spring framework, using narayana could help us to get ride of Spring and introduce the narayana to integration customer.
[1]http://camel.apache.org/transactional-client.html
- relates to
-
JBTM-855 Create an example showing integration with Spring
- Closed