I am using JBoss Fuse 6 for deploying my integration application which is composed of multiple bundles. For communication among the routes which are in the separate bundles I am using "nmr" component. When I am calling the NMR endpoint from one of my transacted route ,the called route through NMR endpoint does not participate in the current transaction. Can any one tell what would be the scope of transaction when I call an NMR endpoint from transacted route. Does NMR endpoint starts a new thread and transaction scope remains limited to the transacted route that called the nmr endpoint.
-- View this message in context: http://camel.465427.n5.nabble.com/Using-NMR-endpoint-in-an-Transacted-route-tp5743804.html Sent from the Camel - Users mailing list archive at Nabble.com.