Introduction

MQSeries is a software family developed by IBM and its components are used to enable different applications running on different operating systems to exchange data using messages and queues. MQSeries is also known as business integration software or business integration framework because of its ability to tie different types of applications together.

The MQSeries family of software also includes a standard library of functions known as the Message Queue Interface (MQI). The MQI is identical on different platforms and operating systems allowing straightforward and easy implementation. The MQI takes care of the communication layer and operating environment specifics allowing developers to concentrate on the applications business logic.

This user’s guide provides specific information for developing MQSeries-based applications using MQI with D3:

    Interoperating D3 with MQSeries

    Programmer’s Guide

    Reference Library

For additional information about MQSeries, see the documentation included with the MQSeries software or go to IBM’s MQSeries Web site:

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

Also, see the D3 MQSeries Server Interface Overview for more information.