This might help, we are using something similar to this to install new trust certificates dynamically into ssl context used by activemq. http://jcalcote.wordpress.com/2010/06/22/managing-a-dynamic-java-trust-store/
--jason On Jan 23, 2012, at 11:21 PM, Dejan Bosanac wrote: > Hi James, > > that's not possible at the moment. It'd be possible to implement some kind > of a JMX hook that will be able to reload Spring SSL Context on demand. > Wanna raise a Jira for that (and ideally take a stab at implementing it). > > > Regards > -- > Dejan Bosanac - http://twitter.com/dejanb > ----------------- > The experts in open source integration and messaging - http://fusesource.com > ActiveMQ in Action - http://www.manning.com/snyder/ > Blog - http://www.nighttale.net > > > On Mon, Jan 23, 2012 at 12:29 PM, James Green <james.mk.gr...@gmail.com>wrote: > >> Looking at ways to connect an fluctuating list of clients at customer sites >> to our ActiveMQ network of brokers. They all require anything going over >> the Internet to be SSL-encrypted. >> >> I really don't want to have to restart our brokers when a new customer >> comes on board (several per week). Is there some way of dynamically adding >> client certificates? >> >> I am assuming the certificates are currently loaded on bootstrap and never >> looked at again. >> >> Thanks, >> >> James >>