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

Get all ACL entries pertaining to the queue with the given queueName.

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

Syntax

public ACLEntry[] GetQueueACLEntries(
	string queueName
)
Public Function GetQueueACLEntries ( _
	queueName As String _
) As ACLEntry()
public:
array<ACLEntry^>^ GetQueueACLEntries(
	String^ queueName
)

Parameters

queueName
Type: System..::.String
Queue name.

Return Value

the array of ACLEntries for the given queue.

Exceptions

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminException if not authorized or some error occurred.
TIBCO.EMS.ADMIN..::.AdminInvalidNameException if queueName is not a legal queue name.

See Also