Hi,

I am now able to use encrypt password as per:
http://activemq.apache.org/encrypted-passwords.html

As described earlier I run ActiveMQ integrated with Jboss.

My ejbs pick up the ActiveMQ connection from ra.xml - where the password is
specified under a config-property

        <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>${activemq.password}</config-property-value>


How can I ensure that the password gets decrypted when an attempt is made to
get the JMS connection to broker? I assumed that the decryption will be done
automatically - but apparently not!

Any any idea on how to achieve that?

regards
D



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

Reply via email to