
Chapter 5. Scenario: Asynchronous 247
Figure 5-8 The Windows Form for our .NET fat client consumer
3. The first step in implementing the code is to create a reference to the MQ
Classes for .NET so we can use them. There are two steps to this process.
First, add a project reference within Solution Explorer by right-clicking
References under the project we just created and selecting Add
Reference....
4. In the resulting dialog under the .NET tab, choose to browse for a DLL and
select the amqmdnet.dll under <WebSphere_MQ_Root>\bin.
5. Once the button is placed on the form, double-clicking it will bring up the code
that will be executed when the ...