Hi, Thanks - I am already using security-domain for encrypting my database connection password (in Jboss datasource).
This datasource is referred in broker-config.xml as a JNDI - so activeMQ uses this encrypted password when it connects to the database. My concern is the cleartext password I am using in <simpleAuthenticationPlugin> in broker-config.xml and <config-property> in ra.xml After adding the 3 beans : environmentVariablesConfiguration, configurationEncryptor and propertyConfigurer - I notice that activeMQ doesn't start properly. (Starting ActiveMQ Broker) Could not start up embeded ActiveMQ Broker 'xbean:broker-config.xml': null As per link: http://activemq.apache.org/encrypted-passwords.html It looks like I also need to set/unset environment variable. Can some one point out how to do this when integrating ActivemQ + JBoss. regards #D -- View this message in context: http://activemq.2283324.n4.nabble.com/How-to-encrypt-password-in-broker-config-xml-and-ra-xml-tp4681449p4681469.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
