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:- libraryName(entryPointName)
where,
- libraryName is the full path of the managed exit .dll
- entryPointName is the class name qualified by the namespace
For example, C:\MySecurityExit.dll(MySecurityExitNameSpace.MySecurityExitClassName)
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.
Parent topic: Property definitions