C

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

MQERETURN MQEPUBLISHED mqeAdministrator_queuetype_action();

Where action can be one of the following:

create
Create a Queue
delete
Delete a Queue
update
Update the properties of a queue
inquire
Inquire 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 Configuring with the C administrator API.


Terms of use | WebSphere software

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