Posted: Thu Apr 03, 2003 9:55 pm Post subject: How to get the Queue Names of a Queue Manager
Newbie
Joined: 21 Jan 2003 Posts: 2 Location: Singapore
Hi,
I want to get the Queue Names of QManager from client side.I know its possible using JMS & PCF & MQSC commands. I do not have JMS installed and have lower version of MQ and running PCF commands require running of admin at MQ Server. I want to know if any MQ API is available to get this info...
Posted: Fri Apr 04, 2003 6:17 am Post subject: query Queue names of QM
Apprentice
Joined: 29 May 2002 Posts: 46
There are a number of options for querying MQ metadata. Among them are:
- PCF - works on most MQ platforms. There are support classes available for Java and possibly other languages.
- MQAI - works only on Windows - a COM interface layer on top of into
- ADSI - works only on Windows, uses ActiveDirectory Services Interfaces to query MQ. (use of ADSI does not require an ActiveDirectory domain.)
I think there is a different option on the z/os platform.
I do not think there is a way around the security restrictions. If there were, it wouldn't be very secure.
See topic 8324 for source code in C# that uses ADSI to query the local QM.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum