Introduction to the MQe development kit

This topic introduces the MQe Development Kit, which is a development environment for writing messaging and queueing applications based on Java and C. For information on the availability of development kits for environments other than Java and C, see the WebSphere MQ web site at:

http://www.ibm.com/software/ts/mqseries

The code portion of the Java development kit comes in two sections:

Base WebSphere MQ Everyplace classes
A set of Java classes that provide all the necessary function to build messaging and queueing applications.
Examples
Java source code and classes that demonstrate how to use many features of MQe. Some examples are supplied in Java programming samples.

The code portion of the C development kit also comes in two sections:

Base WebSphere MQ Everyplace functions
C code that provides all the necessary function to build messaging and queuing applications.
Examples
C source code that demonstrates how to use the many features of MQe.

Parent topic: Developing a basic application