WebSphere WebSphere Business Integration Message Service Clients for C/C++ Version 1.2.7 and .NET Version 1.2.6 Operating Systems: AIX, Linux, Solaris, Windows

XMSC_WMQ_SSL_CERT_STORES

Data type:
String
Property of:
ConnectionFactory

The locations of the servers that hold the certificate revocation lists (CRLs) to be used on an SSL connection to a queue manager.

The value of the property is a list of one or more URLs separated by commas. Each URL has the following format:

[user[/password]@]ldap://[serveraddress][:portnum][,...]

This format is compatible with, but extended from, the basic MQJMS format.

It is valid to have an empty 'serveraddress'. In this case, XMS assumes that the value is the string "localhost".

An example list is:

myuser/mypassword@ldap://server1.mycom.com:389
ldap://server1.mycom.com
ldap://
ldap://:389

For .NET only: managed connections to WMQ (WMQ_CM_CLIENT) will not support SSL connections, but these might be supported by using an unmanaged connection (WMQ_CM_CLIENT_UNMANAGED). Refer to the WebSphere MQ Using .NET manual for accurate information.

By default, the property is not set.


Reference topic

Terms of Use | Rate this page

Last updated: 18 Jun 2008

© Copyright IBM Corporation 2005, 2008. All Rights Reserved.