WebSphere MQ .NET API

koumides picture koumides · Apr 20, 2010 · Viewed 19.8k times · Source

All,

Is there a WebSphere MQ .NET API I can download ? I am basically trying to write a C# app that listens for messages in an MQ queue.

Thanks,

Marios

Answer

Cheeso picture Cheeso · Apr 20, 2010

MQ, since v5.3 fixpack 8 on Windows, includes amqmdnet.dll, a .NET assembly that provides managed-code programming model for MQSeries. It's supported by IBM.

IBM Calls it the "MQ Classes for .NET"

If you have MQ, you probably have this assembly.
C:\Program Files\IBM\WebSphere MQ\bin\amqmdnet.dll

Reference