XMSC_WMQ_SECURITY_EXIT
- Data type:
- String
- Property of:
- ConnectionFactory
Identifies a channel security exit.
The value of the property is a string that identifies a channel security exit and has the following format:where,
- libraryName(entryPointName)
For example, C:\MySecurityExit.dll(MySecurityExitNameSpace.MySecurityExitClassName)
- libraryName is the full path of the managed exit .dll
- entryPointName is the class name qualified by the namespace
The maximum length of the string is 128 characters.
By default, the property is not set.
This property is relevant only when an application connects to a queue manager in managed client mode. Also, only managed exits are supported.