https://issues.apache.org/activemq/browse/AMQ-1724 may be helpful for an example of the spring approach. You should also be able to create an sslContext programatically if thats preferred.
Regards /Dave On Thu, Jun 19, 2008 at 8:58 AM, joemo <[EMAIL PROTECTED]> wrote: > > We have just started to use ActiveMQ 5 with Weblogic. We are not using > Spring, but we want to be able to tell ActiveMQ connections which keystores > to use. We are currently setting the environment variables when starting > Weblogic, but we know we will have a security issue because we have to put > the keystore password in our startup script. > > I have found the ActiveMQSSLConnectionFactory and see that there is a > setter > for setting KeyManagers. How can we take advantage of this feature? I > assume the Spring configuration support for seting keystores uses this > somehow. > > Thanks. > -- > View this message in context: > http://www.nabble.com/How-to-configure-keystore-trusted-stores-with-Weblogic-tp18008462p18008462.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >
