Deletes a queue manager on a node or OpenVMS Cluster system. All queues and jobs managed by the specified queue manager are also deleted. You must first stop the queue manager. The /NAME_OF_ MANAGER qualifier is required. Requires OPER (operator) and SYSNAM (system logical name) privileges. Format DELETE/QUEUE/MANAGER/NAME_OF_MANAGER=name
1 – Qualifier
1.1 /NAME_OF_MANAGER
/NAME_OF_MANAGER=string Identifies the name of the queue manager to be deleted. The /NAME_OF_MANAGER qualifier is required. The required name value can be up to 31 characters long and can be a logical name.
2 – Example
$ DELETE/QUEUE/MANAGER/NAME_OF_MANAGER=BATCH_MANAGER The DELETE/QUEUE/MANAGER/NAME_OF_MANAGER command in this example deletes the queue manager named BATCH_MANAGER. The command removes all references to the specified queue manager from the shared master file of the queue database and deletes the queue and journal files associated with the BATCH_MANAGER's database.