zhfeng commented on issue #1918:
URL: https://github.com/apache/camel-quarkus/issues/1918#issuecomment-729503787


   Well, the JtaTransactionManger is injected by our camel-jta extension see 
[TransactionalJtaTransactionPolicy](https://github.com/apache/camel-quarkus/blob/master/extensions/jta/runtime/src/main/java/org/apache/camel/quarkus/component/jta/TransactionalJtaTransactionPolicy.java#L41).
 Also we register the policy beans in 
[JtaProcessor](https://github.com/apache/camel-quarkus/blob/master/extensions/jta/deployment/src/main/java/org/apache/camel/quarkus/component/jta/deployment/JtaProcessor.java#L47).
   
   The jta integration tests are used for testing these polices see 
[JtaRoutes](https://github.com/apache/camel-quarkus/blob/master/integration-tests/jta/src/main/java/org/apache/camel/quarkus/component/jta/it/JtaRoutes.java).
 So I think if the customer include the
   ```
   <dependency>
       <groupId>org.apache.camel.quarkus</groupId>
       <artifactId>camel-quarkus-jta</artifactId>
   </dependency>
   ```
   they can get the ```transacted()``` working in the routers. 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to