Posted: Fri Oct 13, 2006 4:30 pm Post subject: New in MQ 6.0.2 - Managed client connection
Poobah
Joined: 15 May 2001 Posts: 7722
New in the MQ 6.0 Using .NET manual:
Quote:
Managed client connection
A connection made in this mode connects as a WebSphere MQ client to a WebSphere MQ server running either on the local or a remote machine. The WebSphere MQ classes for .NET connecting in this mode remain in .NET managed code and make no calls to native services. For more information about managed code, refer to Microsoft® documentation.
Limitations of the managed client The following features are not available in the managed client:
v Channel compression
v SSL support
v XA transactions
Separate channel exits must be written for use with the managed client. You cannot use existing exits written for a non-managed client.
Communication is supported only over TCP/IP.
Quote:
The WebSphere MQ classes for .NET connecting in this mode remain in .NET managed code and make no calls to native services.
What does that mean? And how does it relate to an MQClient application? _________________ Peter Potkay
Keep Calm and MQ On
What is unclear? The phrase "managed code"? That's the .Net equivalent of "pure Java".
So it's simply another implementation of the MQ client interface, with no need to call out to "native" (ie non-managed, or C) code. Just like the Java client does not call out to C libraries.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum