Broker 10.15 | webMethods Broker Documentation | webMethods Broker Messaging Programmer's Guide | webMethods Messaging Administration | JMSAdmin Command Reference | JMSAdmin Command Descriptions | Delete Queue
 
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
Bind Queue
Create Queue
Modify Queue