Re: How to encrypt password in broker-config.xml and ra.xml

2014-10-23 Thread deepak_a
Hi, Can some clarify the query I had raised in this post. This is becoming a show stopper for us. Would appreciate if some one can share their experience. regards, D -- View this message in context: http://activemq.2283324.n4.nabble.com/How-to-encrypt-password-in-broker-config-xml-and-ra-xml-

Re: How to encrypt password in broker-config.xml and ra.xml

2014-05-29 Thread deepak_a
Hi, Does any one have suggestions for my above query? regards D -- View this message in context: http://activemq.2283324.n4.nabble.com/How-to-encrypt-password-in-broker-config-xml-and-ra-xml-tp4681449p4681497.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: How to encrypt password in broker-config.xml and ra.xml

2014-05-28 Thread deepak_a
If I look more closely at the ra.xml - the following section handles the password credentials BasicPassword javax.resource.spi.security.PasswordCredential As per the connection_1_6.xsd (used by ra.xml) The credential-interfaceTyp

Re: How to encrypt password in broker-config.xml and ra.xml

2014-05-28 Thread deepak_a
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 The

Re: How to encrypt password in broker-config.xml and ra.xml

2014-05-28 Thread deepak_a
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

Re: How to encrypt password in broker-config.xml and ra.xml

2014-05-27 Thread Noel OConnor
I haven't tried this but maybe you can encrypt the password in the datasource definition file that loads the ActiveMQ RAR. In the Configuring JBoss section of http://activemq.apache.org/integrating-apache-activemq-with-jboss.html try adding a security-domain element. The following link describes

Re: How to encrypt password in broker-config.xml and ra.xml

2014-05-27 Thread Christian Posta
The relevant parts from activemq-security.xml (which you can find if you d/l a stand-alone version of activemq) would go in your broker-config.xml On Tue, May 27, 2014 at 9:32 AM, deepak_a wrote: > Hi, > > Thanks for the link. > I am using ActiveMQ+Jboss (Active MQ integrated with Jboss 5.1.0)

Re: How to encrypt password in broker-config.xml and ra.xml

2014-05-27 Thread deepak_a
Hi, Thanks for the link. I am using ActiveMQ+Jboss (Active MQ integrated with Jboss 5.1.0) I don't even find activemq-security.xml. Am I missing something or should I store the algorithm & password in a different file? regards D -- View this message in context: http://activemq.2283324.n4.nab

Re: How to encrypt password in broker-config.xml and ra.xml

2014-05-27 Thread Christian Posta
Take a look here: http://activemq.apache.org/encrypted-passwords.html On Tue, May 27, 2014 at 8:53 AM, deepak_a wrote: > Hi,I am using simpleAuthenticationPlugin in my broker-config.xml as shown > I also set password in ra.xml as shown belowThe default > password that will b