C

if (MQERETURN_OK == rc) {
   MQeHomeServerQParms homeServerQParms = HOME_SERVER_Q_INIT_VAL;

   rc = mqeAdministrator_HomeServerQueue_create(hAdministrator,
                                                &exceptBlk,
                                                hQueueName,
                                                hServerName,
                                                &homeServerQParms);

Administration is performed using the following APIs.

mqeAdministration_HomeServerQueue_action()

The MQeHomeServerQParms structure is used to pass parameters. Note that the first element is the MQeRemoteSyncQParms structure. This maps onto the MQeHomeServerQueueAdminMsg inheriting function from the MQeRemoteQueueAdminMsg.

typedef struct MQeHomeServerQParms 
{

   /**<Remote Queue Parameters to be filled in  */

   MQeRemoteSyncQParms     remoteQParms;             

   /**<Time Interval - for Java compatibility only*/
   MQEINT64              qTimerInterval;           

} MQeHomeServerQParms;

Terms of use | WebSphere software

(c) Copyright IBM Corporation 2004, 2005. All rights reserved.