Delete Queue
Deletes the Broker client user for a queue.
Syntax
delete { queue | queues } for { ( lookup-name )+ | * }
delete { queue | queues } ( queue-name )+
Remarks
You must establish a connection to the Broker before using this command.
The first form of the command deletes the client for the queue bound into JNDI as lookup-name. If the asterisk (*) is specified as the name, all queues in the current context that have Broker clients are deleted. The Broker client name is the same as the queueName property for the queue.
The second form of the command deletes the Broker client without using JNDI.
Related Commands