Hi, I am not sure if this is the right mailing list for posting technical query related to ActiveMq Artemis. Kindly help me out if this is the wrong mailing address. I am using the Artemis active Mq and creating the Broker instance via below command:
artemis.cmd create --user "Administrator" --password "Password1" --role admin --allow-anonymous y "E:\mybroker" We have a Sysmon (https://docs.microsoft.com/en-us/sysinternals/downloads/sysmon) enabled and above command gets register in the log file which stores the password as well which is a security concern. Is there any way to create a broker by not passing password as a command line argument? maybe get it from some environment variable. Also, I don’t want to store the password information in any file (like config file or any text file) Thanks in advance. Regards, Amith Goel.