You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "osmman (via GitHub)" <gi...@apache.org> on 2023/08/29 09:59:09 UTC

[GitHub] [camel-quarkus] osmman commented on a diff in pull request #5223: Fix #5212 to add XA test for IBMMQ client

osmman commented on code in PR #5223:
URL: https://github.com/apache/camel-quarkus/pull/5223#discussion_r1308524583


##########
integration-tests/messaging/jms/src/main/java/org/apache/camel/quarkus/messaging/jms/JmsRoutes.java:
##########
@@ -44,11 +47,13 @@ public void configure() throws Exception {
                 .bean("destinationHeaderSetter")
                 .toF("%s:queue:override", componentScheme);
 
-        fromF("%s:queue:xa", componentScheme)
+        fromF("%s:queue:xa?transactionManager=#jtaTransactionManager", componentScheme)

Review Comment:
   Why only this one needs to bind transaction manager and not others?



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

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