Administration message

Figure 43.

/* Create an empty store and forward queue admin message*/
MQeStoreAndForwardQueueAdminMsg msg = 
		new MQeStoreAndForwardQueueAdminMsg (qMgrName, queueName);
 
/** Prime message with who to reply to and a unique identifier */
primeAdminMsg(msg);
 
/* Set the admin action to remove a queue manager */
msg.removeQueueManager(queueManagerName);


© IBM Corporation 2002, 2003. All Rights Reserved