Author |
Message
|
tapak |
Posted: Tue Dec 06, 2005 12:07 pm Post subject: Common practice to Trigger a remote application |
|
|
 Centurion
Joined: 26 Oct 2005 Posts: 149 Location: Hartford,CT
|
Is there a way to trigger an application in remote server from an MQSeries Server on As/400. If triggering not possible , What is the best way to listen to a queue from a remote application deployed on WAS . Is there a better solution other than using Message Driven Beans. _________________ IBM Certified Solution Designer -- WebSphere MQ V5.3
IBM Certified Solution Designer -- WebSphere Business Integration - Message Broker V5
IBM Certified Specialist -- IBM WebSphere App Svr Advd Single Svr Ed. for Multiplatforms (Java) |
|
Back to top |
|
 |
PeterPotkay |
Posted: Tue Dec 06, 2005 12:43 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
Use the client trigger monitor supplied with an MQClient install.
The Client trigger monitor runs on the client server, and watches the INIT queue on the MQ server. And when the trigger message arrives, it trigggers the client app on the client server. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
tapak |
Posted: Tue Dec 06, 2005 12:55 pm Post subject: |
|
|
 Centurion
Joined: 26 Oct 2005 Posts: 149 Location: Hartford,CT
|
Is the client trigger monitor comes for Os/400 . As per the following statement in the MQClient pdf ,there is no mq client installation with AS/400 .
MQSeries clients on other platforms
Most MQSeries products supply files for clients on the same platform as the server
and for clients on other platforms. The following MQSeries products supply files
for clients on other platforms only:
v MQSeries for AS/400
v MQSeries for MVS/ESA
v MQSeries for OS/390
v MQSeries for Tandem NSK
v MQSeries for VSE/ESA _________________ IBM Certified Solution Designer -- WebSphere MQ V5.3
IBM Certified Solution Designer -- WebSphere Business Integration - Message Broker V5
IBM Certified Specialist -- IBM WebSphere App Svr Advd Single Svr Ed. for Multiplatforms (Java) |
|
Back to top |
|
 |
PeterPotkay |
Posted: Tue Dec 06, 2005 1:48 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
Clearly state your configuration!
You said:
Quote: |
s there a way to trigger an application in remote server from an MQSeries Server on As/400.
|
What is this "remote server"? _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
tapak |
Posted: Tue Dec 06, 2005 1:55 pm Post subject: |
|
|
 Centurion
Joined: 26 Oct 2005 Posts: 149 Location: Hartford,CT
|
Remote server is another AS/400 machine . Sorry for not detailing it earlier .
I need to trigger an application running in the same machine as MQ Series Client (AS/400 ) when a message arrives on a queue in another MQSeries Server (AS/400) machine.
Thanks, _________________ IBM Certified Solution Designer -- WebSphere MQ V5.3
IBM Certified Solution Designer -- WebSphere Business Integration - Message Broker V5
IBM Certified Specialist -- IBM WebSphere App Svr Advd Single Svr Ed. for Multiplatforms (Java) |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Dec 06, 2005 9:35 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Usually if the execution environment is WAS you would use an MDB pattern.
However and just to remind you, you should have a qmgr on the same box as WAS or be using WAS 6.0 internal JMS provider.
Enjoy  |
|
Back to top |
|
 |
|