managed client connections" />
Managed client connections
![]()
When WebSphere MQ classes for .NET are used as a client, it is similar to the WebSphere MQ C client, but has the following differences:
![]()
- The following features are not available:
- Channel compression
- SSL support
- XA transactions
- Channel exits written for a non-managed client will not work. You must write new exits specifically for the managed client.
- Communication is supported only over TCP/IP.
If you try to use these features with a managed client, it will return an MQException. If the error is detected at the client end of a connection, it will use reason code MQRC_ENVIRONMENT_ERROR. If it is detected at the server end, the reason code returned by the server will be used.
![]()
For general information on WebSphere MQ clients, see the WebSphere MQ Clients book.
csqzav0529