Author |
Message |
Topic: List all MQ Managers from remote host by Java |
xelas
Replies: 13 Views: 13776
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 16, 2011 10:00 pm Subject: List all MQ Managers from remote host by Java |
Have you looked at support pack MS03?
I realize you can do the same in Java using MS0B but why reinvent the wheel?
No. Can you explain me about this? |
Topic: List all MQ Managers from remote host by Java |
xelas
Replies: 13 Views: 13776
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 04, 2011 10:17 am Subject: List all MQ Managers from remote host by Java |
Thank you very much for taking part in solving my problem. I will try different ways. When I find a suitable solution - write it.
If you have any ideas - please write in this thread |
Topic: List all MQ Managers from remote host by Java |
xelas
Replies: 13 Views: 13776
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 04, 2011 5:07 am Subject: List all MQ Managers from remote host by Java |
Yes, ready monitoring solutions the best solution, but for the task I have to write your program.
Are there any ways get a list of queue managers on the remote machine (zLinux) on Java or C (CShar ... |
Topic: List all MQ Managers from remote host by Java |
xelas
Replies: 13 Views: 13776
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 04, 2011 4:07 am Subject: List all MQ Managers from remote host by Java |
My task is list all MQ Objects including MQ Managers, Queues, Channels etc.. in WebSphereMQ runnning on zLinux from windows host.
So why use Java?
Indeed, why do this at all? What value is the i ... |
Topic: List all MQ Managers from remote host by Java |
xelas
Replies: 13 Views: 13776
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 04, 2011 12:02 am Subject: List all MQ Managers from remote host by Java |
You could connect to the box, execute dspmq and parse the results (all within Java) - nice and easy.
Why are you so insistent on doing it in Java though, such a trivial task may be better suited as ... |
Topic: List all MQ Managers from remote host by Java |
xelas
Replies: 13 Views: 13776
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 03, 2011 11:25 pm Subject: List all MQ Managers from remote host by Java |
Hi All!
How can I list all MQ Manager's names from remote host? |