Queue managers are created and deleted using the MQeQueueManagerConfigure class. General queue manager administration is performed using the MQeQueueManagerAdminMsg class which inherits from MQeAdminMsg.
The following actions are applicable to queue managers:
The MQeAdminMsg.Admin_Name field in the administration message is used to identify the queue manager. The method setName(String) can be used set this field in the administration message.
The examples show how to create the admin to achieve the required result. These message need to then be sent, and the admin reply messages checked as required.