[TIBCO.EMS .NET Admin client library 6.0 documentation]

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

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public void UpdateQueue(
	QueueInfo queue
)
Public Sub UpdateQueue ( _
	queue As QueueInfo _
)
public:
void UpdateQueue(
	QueueInfo^ queue
)

Parameters

queue
Type: TIBCO.EMS.ADMIN..::.QueueInfo
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(QueueInfo) method.

Exceptions

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.
System..::.ArgumentExceptionif QueueInfo object is null.

See Also