We have an application which needs to connect to 2 different WMQ queue managers. We are already connected to one manager using the 4 properties of trustStore
& keyStore
as mentioned in the answer here using VM arguments. But this won't work when we have different certificates for different queue managers.
Is it possible to provide different SSL properties for different queue managers or for that matter to the connection factories? I need a way where the SSL properties are not VM args or system properties but some object properties.