This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch development
in repository https://gitbox.apache.org/repos/asf/artemis-examples.git
The following commit(s) were added to refs/heads/development by this push:
new 832f0779 ARTEMIS-5852 Fixing typo on README.me for ha with mirroring
832f0779 is described below
commit 832f077992150f89c33a60288b5ef3eb2a574d9b
Author: Clebert Suconic <[email protected]>
AuthorDate: Fri Feb 6 18:27:05 2026 -0500
ARTEMIS-5852 Fixing typo on README.me for ha with mirroring
---
examples/features/broker-connection/ha-with-mirroring/readme.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/features/broker-connection/ha-with-mirroring/readme.md
b/examples/features/broker-connection/ha-with-mirroring/readme.md
index 70c4a27d..086bf299 100644
--- a/examples/features/broker-connection/ha-with-mirroring/readme.md
+++ b/examples/features/broker-connection/ha-with-mirroring/readme.md
@@ -44,7 +44,7 @@ The key feature of this example is the use of **distributed
locks** to control w
```xml
<lock-coordinators>
<lock-coordinator name="clients-lock">
- <type>file</type>
+
<class-name>org.apache.activemq.artemis.lockmanager.file.FileBasedLockManager</class-name>
<lock-id>mirror-cluster-clients</lock-id>
<check-period>1000</check-period>
<properties>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]