[TIBCO.EMS .NET Admin client library 6.3 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Destroy the queue for the given queue name.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public void DestroyQueue( string queueName ) |
Public Sub DestroyQueue ( _ queueName As String _ ) |
public: void DestroyQueue( String^ queueName ) |
Parameters
- queueName
- Type: System..::.String
The name of the queue to destroy.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |
TIBCO.EMS.ADMIN..::.AdminInvalidNameException | if queueName is not a legal queue name. |