Author |
Message
|
matt_newnham |
Posted: Tue Dec 07, 2004 1:31 am Post subject: List Queue Managers and Queue Names in .NET |
|
|
Newbie
Joined: 19 Oct 2004 Posts: 9
|
Hi, I am trying to write an application in c# that lists all of the websphere queues on my LAN.
I want to be able to see what machines are running Websphere queues and list the queues and queue managers under each machine. I have written a program to do this for MSMQ's but can't seem to find a way of doing this with Websphere.
I have the MQ support pack and have used the PCF classes to list the queues under queue managers on my local machine. I have been through all the manuals i can find, but there does not seem to be a lot of support for .NET.
Any help would be much appreciated. |
|
Back to top |
|
 |
JasonE |
Posted: Tue Dec 07, 2004 1:45 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
.net support was added in 5.3 fixpack 5, so try a higher level than that (I'd recommend 7 or . You can use a .net application from a client talking to an older server if you want.
There is no supported nor documented PCF support in the .net classes, but if you search this site you will find examples of how to do pcf apps in .net
However I know of no way to identify machines running MQ on a LAN... That bit you'll have to find a way of doing yourself |
|
Back to top |
|
 |
matt_newnham |
Posted: Wed Dec 08, 2004 8:56 am Post subject: |
|
|
Newbie
Joined: 19 Oct 2004 Posts: 9
|
Thanks for your response. I am already working with the release 7 support pack. I have spent some time searching through this site and although I have found some relevant threads, there is nothing directly related to my problem.
A little disappointing that this task can't be performed for MQ. When it is a relatively simple task with MSMQ. That'll be the Microsoft connection I guess!! |
|
Back to top |
|
 |
bower5932 |
Posted: Wed Dec 08, 2004 9:59 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
|
Back to top |
|
 |
JLRowe |
Posted: Wed Dec 08, 2004 10:30 am Post subject: |
|
|
 Yatiri
Joined: 25 May 2002 Posts: 664 Location: South East London
|
Contact the author of the PCF support pack, tell him what you want to do and see if he will give you the source, then either convert to C# or try under J#.
I'm sure many people would like to see a .net version of the PCF classes support pack! |
|
Back to top |
|
 |
|