Hi All, As the two-way algorithm in the default sensitive string codec for password masking has been deprecated since Artemis 2.38.0, can the broker be configured to use the one-way algorithm with default codec. If yes, how to enable this in broker.xml?
I added below configuration in broker.xml and used the one-way hashed password in the acceptor, but it still considers it as 2-way algorithm and throws java.lang.IllegalArgumentException: Password must be encrypted. ``` <password-codec>org.apache.activemq.artemis.utils.DefaultSensitiveStringCodec;algorithm=one-way</password-codec> ``` Thanks, Mohanavalli A