TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.GetQueueACLEntries Method 

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

public ACLEntry[] GetQueueACLEntries(
   string queueName
);

Parameters

queueName
Queue name.

Return Value

the array of ACLEntries for the given queue.

Exceptions

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

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace