C codebase

All administration is done via the administration API, which are of the form:

MQERETURN MQEPUBLISHED mqeAdministrator_queuetype_action();

Where action can be on of the following:

create
Create a Queue

delete
Delete a Queue

update
Update the properties of a queue

inquire
Inquire upon the properties of a queue

listAliasName
List all the Queue Aliases

addAlias
Add a Queue Alias

removeAlias
Remove a Queue Alias

QueueType can be one of the following:

For the create, update, and inquire calls, a structure is passed in as a parameter. There is a general structure for elements that are applicable to all queues. For more specialized forms of queues, such as HomeServer, there are structures which are composed of a reference to the general structure plus additional information. For more information, refer to Administration using the administrator API.



© IBM Corporation 2002, 2003. All Rights Reserved