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_PEER_NAME

Data type:
String
Property of:
ConnectionFactory

The peer name to be used on an SSL connection to a queue manager.

There is no list of canonical values for this property. Instead, you must build this string according to the rules for SSLPEER described in WebSphere MQ Using Java and WebSphere MQ Security.

An example of a peer name is:

"CN=John Smith, O=IBM ,OU=Test , C=GB"

XMS copies the string into the correct single-byte code page, and places the correct values into MQCD.SSLPeerNamePtr and MQCD.SSLPeerNameLength before calling MQCONNX.

This property is relevant only if the application connects to a queue manager in client mode.

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.