The simplest type of queue is a local queue, managed by class MQeQueueAdminMsg.
For other types of queue there is a corresponding administration message
that inherits from MQeQueueAdminMsg.
The MQeQueueAdminMsg inherits from the MQeAdminMsg.
The following actions are applicable on queues:
- MQeAdminMsg.Action_Create
- MQeAdminMsg.Action_Delete
- MQeAdminMsg.Action_Inquire
- MQeAdminMsg.Action_InquireAll
- MQeAdminMsg.Action_Update
- MQeQueueAdminMsg.Action_AddAlias
- MQeQueueAdminMsg.Action_RemoveAlias
Note: For all administration messages, information relating to the destination
queue manager must be set. This is referred to in the examples below as priming
the administration message. The examples show how to create the administration
message to achieve the required result. The messages needs then to be sent,
and the admin reply messages checked as required.