Apr 22, 2003 #1 ghivtt Programmer Apr 22, 2003 8 NG Hi I need java equivalent of the MQ command MQCMD_SUSPEND_Q_MGR_CLUSTER <queuemanager name>. Is there any way to suspend a cluster queue manager using java ? Thanks in advance.
Hi I need java equivalent of the MQ command MQCMD_SUSPEND_Q_MGR_CLUSTER <queuemanager name>. Is there any way to suspend a cluster queue manager using java ? Thanks in advance.
Apr 23, 2003 #2 kevinf2349 Technical User Sep 12, 2002 367 US Couldn't you just issue a PCF command to do it? Upvote 0 Downvote
Apr 23, 2003 Thread starter #3 ghivtt Programmer Apr 22, 2003 8 NG Thannks for the reply. Can we run PCF commands using java ? Could you please give an example ? Upvote 0 Downvote
Apr 24, 2003 #4 kevinf2349 Technical User Sep 12, 2002 367 US I have never coded in JAVA but I don't see why you should be able to do it. Check out the manual "Programmable System Management" for some examples (including in JAVA) Upvote 0 Downvote
I have never coded in JAVA but I don't see why you should be able to do it. Check out the manual "Programmable System Management" for some examples (including in JAVA)
May 2, 2003 Thread starter #5 ghivtt Programmer Apr 22, 2003 8 NG Hi Kevin. I have not got the manuals. Are they freely downloadable? I solved the problem by generating a batch file and executing it through java. I used runmqsc for that. Thanks for your kind replies. Upvote 0 Downvote
Hi Kevin. I have not got the manuals. Are they freely downloadable? I solved the problem by generating a batch file and executing it through java. I used runmqsc for that. Thanks for your kind replies.