A couple of notes on NMQ_MQ_LIB
Posted by jpluimers on 2013/02/13
A couple of notes on NMQ_MQ_LIB and the WebSphere MQ aka MQSeries client libraries:
- NMQ_MQ_LIB specifies the MQ DLL to use
- Depending in your interface, the NMQ_MQ_LIB can be an environment variable, application setting, or hardcoded DLL name
- MQSeries 5.x and WebShpere MQ 6.x require you to specify the bitness in the MQIC DLL name (they don’t accept mqic.dll, but require mqic32.dll) when you access it from the C or Delphi interface.
MQM DLL does not require bitness: it is mqm.dll in all versions. - From client applications, use mqic.dll or mqic32.dll.
And a few links:
- C# – .NET client connecting to IBM MQ over SSL – Stack Overflow.
- WebSphere MQ 7: defining which connection type to use.
- WebSphere MQ 6: defining which connection type to use.
- MQSeries.net :: View topic – Connecting to an MQ Server without MQ Client installed.
- MQSeries.net :: View topic – NMQ_MQ_LIB=MQIC32.dll.
I needed this to get some apps talking to MQ on AS/400 aka iSeries aka System i working correctly by getting the DLLs right.
–jeroen
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 2013/02/13 at 06:00 and is filed under .NET, AS/400 / iSeries / System i, Delphi, 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