This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git

commit 55308024efca9d257abb95142fafc013a7a2ecdc
Author: Tomas Turek <[email protected]>
AuthorDate: Wed Aug 31 18:08:26 2022 +0200

    Fix default value of narayana node
---
 jta-jpa/README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jta-jpa/README.adoc b/jta-jpa/README.adoc
index 037ff4a..1c2c250 100644
--- a/jta-jpa/README.adoc
+++ b/jta-jpa/README.adoc
@@ -12,7 +12,7 @@ https://quarkus.io/guides/datasource#dev-services[as 
described here].
 TIP: Check the 
https://camel.apache.org/camel-quarkus/latest/first-steps.html[Camel Quarkus 
User guide] for prerequisites
 and other general information.
 
-NOTE: The Narayana `node.identifier` is very important when you scale up in 
the cloud environment. It must be unique for each node. You can set it by using 
`quarkus.transaction-manager.node-name` property which the default value is `1`.
+NOTE: The Narayana `node.identifier` is very important when you scale up in 
the cloud environment. It must be unique for each node. You can set it by using 
`quarkus.transaction-manager.node-name` property which the default value is 
`quarkus`.
 
 .Todo crash recovery issues
 - https://github.com/quarkiverse/quarkus-pooled-jms/issues/9[Add XA Recovery 
helper in quarkus-pooled-jms #9]

Reply via email to