Broker 10.15 | webMethods Broker Documentation | webMethods Broker Messaging Programmer's Guide | webMethods Messaging Administration | JMSAdmin Command Reference | JMSAdmin Command Descriptions | Delete Durable Subscriber
 
Delete Durable Subscriber
Deletes a durable subscriber's broker client in the currently connected Broker.
Syntax
delete durable subscriber subscriber-name using tcf-name
 
delete durable subscriber subscriber-name clientID client-id
Remarks
You must establish a connection to the Broker before using this command.
In the first form of the command, to delete the subscriber's client, you specify the durable subscriber's unique name in the subscriber-name parameter. You must also supply the lookup name of the topic connection factory (tcf-name) that creates the connection through which the durable subscriber connects.
The second form of the command deletes a durable subscriber without using JNDI.
Related Commands
Create Durable Subscriber