Structures

The constants provided for setting the Transport and Transporter XOR parameter are provided for backward compatibility. The structure for Asynchronous Remote Queues is the same, apart from the name.
typedef struct MQeRemoteAsyncQParms 
{
    /**< Queue Parms Structure - for general parameters */

    MQeQueueParms      baseParms;

    /**< Transport Class (Read/Write) */

    MQeStringHndl      hQTransporterClass;           

} MQeRemoteAsyncQParms;

Parent topic: Configuring remote queues