Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WebSphere MQ .NET API

Tags:

c#

.net

ibm-mq

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

like image 766
koumides Avatar asked Apr 20 '10 15:04

koumides


1 Answers

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

like image 135
Cheeso Avatar answered Sep 24 '22 11:09

Cheeso