jamesnetherton commented on issue #2815: URL: https://github.com/apache/camel-quarkus/issues/2815#issuecomment-865001833
You could try something similar to what we did in our Artemis JTA integration test and wrap the `ActiveMQXAConnectionFactory` in a `ConnectionFactoryProxy` which you then pass to the camel component: https://github.com/apache/camel-quarkus/blob/main/integration-tests/jta/src/main/java/org/apache/camel/quarkus/component/jta/it/XAConnectionFactoryConfiguration.java#L41 -- 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: [email protected]
