[
https://issues.apache.org/jira/browse/ARTEMIS-3867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17557015#comment-17557015
]
Justin Bertram commented on ARTEMIS-3867:
-----------------------------------------
To be clear, if you want to use the pluggable quorum feature at this point
you'll need to use
{{org.apache.activemq.artemis.quorum.zookeeper.CuratorDistributedPrimitiveManager}}
which allows integration with Apache ZooKeeper as noted in [the
documentation|https://activemq.apache.org/components/artemis/documentation/latest/ha.html#pluggable-quorum-vote-replication-configurations].
> ha-policy for replication won't work on Windows
> -----------------------------------------------
>
> Key: ARTEMIS-3867
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3867
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Broker
> Affects Versions: 2.23.0
> Reporter: David Bennion
> Priority: Major
> Labels: high-availability
>
> FileBasedPrimitiveManager.java line 134 has
> {code:java}
> getDistributedLock("ML:" + mutableLongId); {code}
> But the ':' is invalid on a Windows filesystem. This should maybe be
> replaced with an '_' or a '-'?
--
This message was sent by Atlassian Jira
(v8.20.7#820007)