You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/07/06 08:31:50 UTC

[GitHub] [camel-quarkus] jamesnetherton commented on a change in pull request #1457: Fix #1428 to add the usage.adoc

jamesnetherton commented on a change in pull request #1457:
URL: https://github.com/apache/camel-quarkus/pull/1457#discussion_r450064787



##########
File path: extensions/jta/runtime/src/main/doc/usage.adoc
##########
@@ -0,0 +1,13 @@
+This extension could be used when you need the `transacted()` in the router. It leverages the transaction capability provided by the narayana-jta extension in the Quarkus. 
+
+
+Refer to the https://quarkus.io/guides/transaction[Quarkus Transaction guide] for the more details about the transaction. For a simple usage:

Review comment:
       ```suggestion
   This extension should be added when you need to use the `transacted()` EIP in the router. It leverages the transaction capabilities provided by the narayana-jta extension in Quarkus. 
   
   
   Refer to the https://quarkus.io/guides/transaction[Quarkus Transaction guide] for the more details about transaction support. For a simple usage:
   ```




----------------------------------------------------------------
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:
users@infra.apache.org