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-
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.
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
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
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
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
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)
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
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