XMSC_WMQ_CONNECTION_MODE
- Data type:
- System.Int32
- Property of:
- ConnectionFactory
The mode by which an application connects to a queue manager.
The valid values of the property are as follows:
Valid value Meaning XMSC_WMQ_CM_BINDINGS A connection to a queue manager in bindings mode, for optimal performance. This value is the default value for C/C++. XMSC_WMQ_CM_CLIENT A connection to a queue manager in client mode, to ensure a fully managed stack. This value is the default value for .NET. XMSC_WMQ_CM_CLIENT_UNMANAGED (for .NET only) A connection to a queue manager which forces an unmanaged client stack.