This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch camel-quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
The following commit(s) were added to refs/heads/camel-quarkus-main by this
push:
new 8fd5ad4 Fix default value of narayana node
8fd5ad4 is described below
commit 8fd5ad4e2e935403f1aa360f33b6fc56f829eb68
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]