Red Hat AMQ 6
As of February 2025, Red Hat is no longer supporting Red Hat AMQ 6. If you are using AMQ 6, please upgrade: Migrating to AMQ 7.이 콘텐츠는 선택한 언어로 제공되지 않습니다.
3.3. Enable password encryption for non-fabric environment in A-MQ
Red Hat JBoss A-MQ provides a set of options for enabling password encryption. To protect the passwords, you must set the file permissions of the
users.properties
file so that it can be read only by administrators. To provide additional protection, you can also encrypt the stored passwords using a message digest algorithm.
To enable the password encryption feature using the MD algorithm, follow the below instructions:
- Edit the
InstallDir/etc/org.apache.karaf.jaas.cfg
file. - For example, the following settings would enable basic encryption using the MD5 message digest algorithm:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Note
The encryption settings in the
org.apache.karaf.jaas.cfg
file are applied only to the default karaf realm in a standalone container.