Search code examples
c#.netibm-mq

WebSphere MQ .NET API


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.


Solution

  • 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