C

All administration is done via the administration API. These APIs are of the form:

MQERETURN MQEPUBLISHED mqeAdministrator_QueueManager_action();

Where action is one of the following:

create
Create a Queue Manager
delete
Delete a Queue Manager
update
Updates the properties of a queue manager
inquire
Inquires the properties of a queue manager
addAlias
Adds a Queue Manager Alias
removeAlias
Removes a Queue Manager Alias
listAliasNames
Lists all the aliases present for this qmgr.
isAlias
Determines if a qmgr name is an alias or a real qmgr.

For the create update and inquire calls a structure is passed in for various parameters.


Terms of use | WebSphere software

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