jamesnetherton commented on code in PR #123: URL: https://github.com/apache/camel-quarkus-examples/pull/123#discussion_r1029335805
########## jms-jpa/README.adoc: ########## @@ -0,0 +1,184 @@ += JMS and JPA: A Camel Quarkus example +:cq-example-description: An example that shows how to run a Camel Quarkus application that supports JTA transactions on three external transactional resources: a database (MySQL), a messaging brokder (Artemis) and a simulate XAResource which can demonstrate the commit, rollback and crash recovery. Review Comment: ```suggestion :cq-example-description: An example that shows how to run a Camel Quarkus application that supports JTA transactions on three external transactional resources: a database (MySQL), a messaging broker (Artemis) and a simulated XAResource which can demonstrate the commit, rollback and crash recovery. ``` ########## jms-jpa/README.adoc: ########## @@ -0,0 +1,184 @@ += JMS and JPA: A Camel Quarkus example +:cq-example-description: An example that shows how to run a Camel Quarkus application that supports JTA transactions on three external transactional resources: a database (MySQL), a messaging brokder (Artemis) and a simulate XAResource which can demonstrate the commit, rollback and crash recovery. + +{cq-description} + +We use Narayana as standalone JTA Transaction Manager implementation, and Hibernate as JPA Adapter. Review Comment: ```suggestion We use Narayana as the standalone JTA Transaction Manager implementation, and Hibernate as the JPA Adapter. ``` -- 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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org