07-11-2011 07:33 AM
Hello!
Is it possible to get a list of all the names of queues, that are created with the Obtain Queue function, in a running program?
I just want the names of the queues, not of the elements within them.
07-11-2011 08:44 AM
Short answer - no, you have to maintain such a list yourself.
Longer answer - I think the Desktop Execution Trace Toolkit can list the queues, but I don't have it, so I'm not sure.
07-11-2011 09:09 AM
@tst wrote:
Short answer - no, you have to maintain such a list yourself.
Longer answer - I think the Desktop Execution Trace Toolkit can list the queues, but I don't have it, so I'm not sure.
Agreed!
Not all queues have names by the way.
Ben
07-12-2011 12:31 PM
Ben wrote:and they can't all be called Aristos QueueAgreed!
Not all queues have names by the way.