C

This shows how to update the description. Note that the queues and so on, can not be updated, via this API - they must be done via the specific Queue update methods.

Updates of the Description, ChannelTimeout and QueueStore are allowed. QueueStore changes will only take effect for any new queues that are created.

   MQeQueueManagerParms qmParms = QMGR_INIT_VAL;
   qmParms.opFlags | = QMGR_DESC_OP;
   qmParms.hDescription = hNewDescription;
   rc = mqeAdministrator_QueueManager_update(hAdministrator,
                                             &exceptBlk,
                                             &qmParms);

Terms of use | WebSphere software

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