Author |
Message
|
mroy |
Posted: Wed Aug 24, 2005 7:09 am Post subject: Triggering MQ Client process (WebSphere 5.3) |
|
|
Newbie
Joined: 24 Aug 2005 Posts: 2
|
Hi folks,
Our Windows-based MQ Client (installed on a seperate workstation) will need to pick up messages from the Windows MQ server resident queue when these messages are made available.
Rather then have a client-based process constantly polling to verify message availability, could the server-based client-bound queue be configured to trigger a process, on the client, meant to retrieve messages?
Cheers,
Michel
 |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Aug 24, 2005 7:12 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Try searching for client trigger, or runmqtmc. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
mroy |
Posted: Wed Aug 24, 2005 7:53 am Post subject: Triggering MQ Client (part 2) |
|
|
Newbie
Joined: 24 Aug 2005 Posts: 2
|
Thanks for the pointer.
Would we need to ensure that a listener process is running on the MQ client to allow eventual processing of trigger messages destined for client trigger monitor (in case serverconn channel not activated via previous message exchange)?
Cheers,
Michel
 |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Aug 24, 2005 8:02 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
The client trigger monitor is a listener process.
There is no client equivalent of the server MQ Listener. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
hopsala |
Posted: Wed Aug 24, 2005 8:49 am Post subject: Re: Triggering MQ Client (part 2) |
|
|
 Guardian
Joined: 24 Sep 2004 Posts: 960
|
mroy wrote: |
Would we need to ensure that a listener process is running on the MQ client to allow eventual processing of trigger messages destined for client trigger monitor ? |
What do you mean by "listener process"? if you mean a listener such as every QM has, then the answer is no, listeners only come with QMs and are not needed in MQ clients machines.
mroy wrote: |
(in case serverconn channel not activated via previous message exchange) |
Your question(s) denote that you are not really familiar with svrconn and client channels. Svrconn channels do not work the same way as SDR or RCVR channels; before going any further open the intercommunication manual or the Clients manual and see. |
|
Back to top |
|
 |
|