Windows WebSphere MQ client DLLs
Posted by jpluimers on 2011/09/14
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
This entry was posted on 2011/09/14 at 06:00 and is filed under Development, MQ Message Queueing/Queuing, Software Development, WebSphere MQ. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.









