Description
This issue came across the https://github.com/apache/camel-quarkus/issues/1197
It looks like the JtaTransactionPolicy does not depend on CDI except it introduces the transactionManager via @Resource. So it could be helpful to extract this implementation in the camel-jta module, and the camel-quarkus would like to leverage the narayana-jta extension to support the transactd() in the camel-quarkus.
Attachments
Issue Links
- is related to
-
CAMEL-14918 camel-cdi - Avoid @Resource injection
- Resolved
- links to