Introduction to the SoftWoehr Class Library for MQSeries**

Revision 1.0.5

SoftWoehr Class Library and this documentation are Copyright *C* 1999, 2000
Jack J. Woehr, P. O. Box 51, Golden, Colorado 80402-0051 USA
http://www.softwoehr.com

Table of Contents

What is this class library?

The class library is a straightforward C++ encapsulation of the basic functionality of the C API presented by IBM MQSeries.

How is the class library useful?

The class library is useful because
  • It allows one to write MQSeries operations simply in a high-level syntax.
  • It is written in standard C++ using standard libraries and should compile on any MQSeries platform which has C++ available.
  • It is open source; you get all the source code along with the libraries.
  • Is the class library complete?

    There's much more that can be done. While the basics of queuing and retrieving messages are all there, If there interest, the author will extend his work in subsequent releases.

    You can contribute suggested changes; see the license.txt file for more information on this open sources  software.