Hi All,
I want to connect to secured queues using keystores.
I am connecting to IBM MQ, There are properties to set the sslCertStores which expect collection of certificate. To get certificate, one needs to load the keystore.
Is there any wrapper class for keystore which does this for me. I can see one class but that is specific to web services.
I am planning to write my code class to read keystore , get certificate and return collection of sslCertStore, which i can set into spring config file for MQConnectionFactory.
I was wondering if spring provides something out of box to get certificate from keystore(Wrapper for keystore).
Has any one already accessed secured channel/queues.? if so how?
Regards/Vikas


Reply With Quote
