First task was to identify and download the software. Luckily I had done some prototyping with MQ a couple of years ago. I had version 6.0 so that's what I went with. Navigating the IBM website can be painful at the best of times so I've included the names of the files you need so finding them should be easier.
WebSphere MQ Client
The zip file is named mqc6_win.zip (132MB). Installation was straightforward. Just click through to the end.
Message Service Client for C/C++ and .NET
The zip file is named ia9h.zip (65MB). Again installation was straightforward.
In the IDE I added the following components:
If the references are not available from Add References, the files are located here (based on a default installation):
- C:\Program Files\IBM\WebSphere MQ\bin\amqmdnet.dll
- C:\Program Files\IBM\WebSphere MQ\bin\amqmdxcs.dll
- C:\Program Files\IBM\WebSphere MQ\bin\IBM.XMS.dll
This is the point where all those MQ examples are now possible, or at least within reach. Next we'll determine what information is needed to setup a connection.