Author |
Message
|
Shogun |
Posted: Mon Nov 15, 2010 9:23 pm Post subject: How to trigger a application on remote machine |
|
|
Newbie
Joined: 15 Nov 2010 Posts: 3
|
HI,
I am trying to trigger a application on remote machine with MQClient installed on the remote machine......
Plz lemme know if its possible...
If its possible, plz lemme know the procedure |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Nov 15, 2010 9:41 pm Post subject: Re: How to trigger a application on remote machine |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Shogun wrote: |
HI,
I am trying to trigger a application on remote machine with MQClient installed on the remote machine......
Plz lemme know if its possible...
If its possible, plz lemme know the procedure |
Check out the support packs (windows) and anything starting with runmqtr
I suspect you'll find runmqtrc....(from memory)
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
Shogun |
Posted: Tue Nov 16, 2010 2:20 am Post subject: |
|
|
Newbie
Joined: 15 Nov 2010 Posts: 3
|
Thanks for your reply....
But what am trying to do is
1. My MQ Server is installed on a linux machine. And when i get a message in a queue it should trigger a application on Windows machine .
2. This application is programmed to read the message from a queue and write to a file
3. So i would install a MQ client on the windows machine. And run a trigger monitor on windows machine it self.. But how do i define the windows machine(remote machine) application path in the process definiton.
Plz guide me..if their r any procedures to be followed to implement this. |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Nov 16, 2010 2:34 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
The process definition is interpreted relative to the trigger monitor, not to the queue manager.
The queue manager does almost nothing more than read the process definition and write it to the init queue as a trigger message. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Nov 16, 2010 3:16 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Split from this 8 year old thread _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Nov 16, 2010 3:17 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mqjeff wrote: |
The process definition is interpreted relative to the trigger monitor, not to the queue manager.
The queue manager does almost nothing more than read the process definition and write it to the init queue as a trigger message. |
 _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Shogun |
Posted: Tue Nov 16, 2010 9:21 pm Post subject: |
|
|
Newbie
Joined: 15 Nov 2010 Posts: 3
|
Wow Tats cool....
It worked for me.....
I thought logically it wont b working  |
|
Back to top |
|
 |
|