The parameter structure of the synchronous remote queue contains two elements:
The remote queue shares the properties of the local queue, hence the reason for the local queue structure.
Note that the opFlags parameter, for specifying what elements of the structure have been set, is in the MQeQueueParms structure.
typedef struct MQeRemoteSyncQParms { /*< Queue Parms Structure for general parameters */ MQeQueueParms baseParms; /*< Transporter Class (Read/Write) */ MQeStringHndl hQTransporterClass; } MQeRemoteSyncQParms;