Author |
Message
|
Mohit Gupta |
Posted: Wed Feb 23, 2005 3:24 am Post subject: Can MQ trigger a remote application. |
|
|
Apprentice
Joined: 16 Sep 2004 Posts: 34
|
Hi all,
My task is to define a trigger on WINDOWS(MQSeries server is installed)machine and then trigger a Java application running on Sun Solaris. Actually it is a one way conversation here. The Java application only needs to GET message from the queue and process it. It does not need to reply anything to the Windows server.
My question is how I should make a start. Should I install the MQ client on solaris machine where the Java app is running? Can Windows MQ trigger an executable Java app on Unix? Is it possible to do it cross platform?
Please reply as soon as possible i have to decide on the design.
Thanks and Regards,
Mohit Gupta |
|
Back to top |
|
 |
Nigelg |
Posted: Wed Feb 23, 2005 3:59 am Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
Run the trigger monitor client on Solaris connecting to the Windows qmgr. The process on the qmgr can start the java app on the Solaris machine. |
|
Back to top |
|
 |
Mohit Gupta |
Posted: Wed Feb 23, 2005 4:15 am Post subject: |
|
|
Apprentice
Joined: 16 Sep 2004 Posts: 34
|
You mean to say that create a process definition on windows m/c lets say a java -classpath /home/mohit/myjava.jar;. MyJava and by running a trigger monitor client on solaris m/c the java will be executed on the solaris m/c not on the windows.
Secondly, trigger monitor client comes as a separate installable.
Can you please explain the entire process.I know it will take your time but to understand the whole concept i need it.
Many Thanks,
Rgds,
Mohit Gupta |
|
Back to top |
|
 |
Michael Dag |
Posted: Wed Feb 23, 2005 4:41 am Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
Mohit Gupta wrote: |
I know it will take your time but to understand the whole concept i need it. |
How about reading up on some of this stuff in the manual or try the search option. You are not the first. _________________ Michael
MQSystems Facebook page |
|
Back to top |
|
 |
Mohit Gupta |
Posted: Wed Feb 23, 2005 9:13 pm Post subject: |
|
|
Apprentice
Joined: 16 Sep 2004 Posts: 34
|
Hi ,
Thanks for your help . I will look into it.
Rgds,
Mohit |
|
Back to top |
|
 |
|