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

Get the queue for the given queue name.

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

Syntax

public QueueInfo GetQueue(
	string queueName
)
Public Function GetQueue ( _
	queueName As String _
) As QueueInfo
public:
QueueInfo^ GetQueue(
	String^ queueName
)

Parameters

queueName
Type: System..::.String
The name of the queue to get.

Return Value

The QueueInfo for the given name or null if the name is not found.

Exceptions

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.
TIBCO.EMS.ADMIN..::.AdminInvalidNameExceptionif queueName is not a legal name

See Also