Posted: Tue Mar 15, 2005 12:43 am Post subject: JMS Client using SSL
Centurion
Joined: 15 Apr 2003 Posts: 144
Hi,
We have JMS clients using SSL with client authentication to connect to the queue manager. Usually one JVM has one security identity (one certificate, key store).
Now I have the problem with multiple clients (Servlets, EJBs) running in one VM. Is it possible to use multiple client certificates within the same VM?
As far as I know there is the choice between setting the certificate (KeStore) with SystemProperties or to create an own SSLSocketFactory and to set it to the static variable MQEnvironment.sslSocketFactory. Using both of these possibilities the certificate will be set VM wide.
Is there any other possibility to set specify the key store?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum