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
via: WebSphere MQ – Defining which connection type to use.
Rate this:
Share this:
- Click to share on Mastodon (Opens in new window) Mastodon
- Click to share on Bluesky (Opens in new window) Bluesky
- Share on Tumblr
- Click to share on Reddit (Opens in new window) Reddit
- Click to share on Threads (Opens in new window) Threads
- Tweet
- Click to share on Telegram (Opens in new window) Telegram
- Click to share on Nextdoor (Opens in new window) Nextdoor
- Click to share on WhatsApp (Opens in new window) WhatsApp
- Click to print (Opens in new window) Print
- Click to email a link to a friend (Opens in new window) Email
Related
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.
This site uses Akismet to reduce spam. Learn how your comment data is processed.






Leave a comment