C

Lists all aliases, into a new MQeVector. These are the Alias names.

Note that when the vector is freed, its contents will automatically also be freed.

MQeVectorHndl hAliasList;

rc = mqeAdministrator_QueueManager_listAliasNames(hAdministrator,
                                                  &exceptBlk,
                                                  &hAliasList);
if (MQERETURN_OK == rc) {
   /* do processing */
   rc = mqeVector_free(hAliasList,&exceptBlk);
}

Terms of use | WebSphere software

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