TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.PurgeQueue Method 

Purge pending messages from the queue for the given name.

public void PurgeQueue(
   string queueName
);

Parameters

queueName
The name of the queue to purge.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
AdminInvalidNameException if queueName is not a legal queue name.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace