EGL Reference Guide for iSeries


MQSeries support

EGL supports access of MQSeries message queues on any of the target platforms. You can provide such access in either of the following ways:

You can mix the two approaches in a given program. For most purposes, however, you use one or the other approach exclusively.

Regardless of your approach, you can control various run-time conditions by customizing options records, which are global basic records that EGL run-time services passes on calls to MQSeries. When you declare an options record as a program variable, you can use an EGL-installed options record part as a typedef; or you can copy the installed part into your own EGL file, customize the part, and use the customized part as a typedef.

Your approach determines how EGL run-time services makes the options records available to MQSeries:

For details on options records and on the values that are passed to MQSeries by default, see Options records for MQ records. For details on MQSeries itself, refer to these documents:


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]