Hi, 

I am using simpleAuthenticationPlugin in my broker-config.xml as shown 

<simpleAuthenticationPlugin>
   <users>
         <authenticationUser groups="admins,producers,consumers"
password="password" username="admin"/>                   
   </users>
</simpleAuthenticationPlugin>



I also set password in ra.xml as shown below 

        <config-property>
            <description>The default password that will be used to log the
default user into the ActiveMQ server.</description>
            <config-property-name>Password</config-property-name>
            <config-property-type>java.lang.String</config-property-type>
            <config-property-value>password</config-property-value>
        </config-property>



Can I know if its possible to store an encrypted password in
broker-config.xml and ra.xml ? 


regards, 
D



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/How-to-encrypt-password-in-broker-config-xml-and-ra-xml-tp4681448.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to