TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.UpdateQueue Method 

Change the properties of the queue corresponding to the given QueueInfo.

public void UpdateQueue(
   QueueInfo queue
);

Parameters

queue
The QueueInfo for the queue to be modified.

Remarks

This method can only be used to update a queue that already exists on the server. To create a new queue use the CreateQueue method.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
ArgumentException if QueueInfo object is null.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace