C

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

MQERETURN MQEPUBLISHED mqeAdministrator_QueueManager_action();

Where action can be 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.



© IBM Corporation 2002, 2003. All Rights Reserved