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:
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.