There are multiple DLLs you can use as MQ Client.
Most interfaces directly or indirectly use MQM.DLL, which is the interface to the local running WebSphere MQ Manager.
But sometimes your installation doesn’t contain a local WebSphere MQ Manager, and you need to connect remotely as a client.
You need one of these client DLLs, depending if you are using extended architecgture (XA) or not:
- mqic.dll: Connect as a non-XA client
- mqicxa.dll: Connect as a XA client
Note that depending on x86 machines, the DLLs can be called mqic32.dll and mqicxa32.dll as well.
–jeroen
via: WebSphere MQ – Defining which connection type to use.
Like this:
Like Loading...