Is it possible to encrypt the activemq password with tomee. I was trying this, which worked for encrypting the jdbc datasource, but not working with activemq password
if I don't encrypt it - it works <Resource id="MyJmsResourceAdapter" type="ActiveMQResourceAdapter"> ServerUrl failover://(tcp://127.0.0.1:61616?wireFormat.maxInactivityDurationInitalDelay=30000&keepAlive=true) UserName admin Password 7GH56fdsj4(hsdf BrokerXmlConfig no </Resource> but if I use this it does not: <Resource id="MyJmsResourceAdapter" type="ActiveMQResourceAdapter"> ServerUrl failover://(tcp://127.0.0.1:61616?wireFormat.maxInactivityDurationInitalDelay=30000&keepAlive=true,tcp://nympamqv02t:61616?wireFormat.maxInactivityDurationInitalDelay=30000&keepAlive=true) UserName admin PasswordCipher Static3DES BrokerXmlConfig no Password Gwk+x41ooEFLrKHpfSmA5g== </Resource> I am using this to get the encrypted password: input>openejb -cipher -c Static3DES -e 7GH56fdsj4(hsdf output>Gwk+x41ooEFLrKHpfSmA5g== -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/problem-using-encrypted-password-with-tomee-and-activemq-tp4681300.html Sent from the TomEE Users mailing list archive at Nabble.com.
