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


Reply via email to