Author |
Message
|
Hema30 |
Posted: Thu Apr 22, 2004 1:51 pm Post subject: Triggering not working |
|
|
Acolyte
Joined: 02 Aug 2003 Posts: 59
|
Hi,
We have triggering ON for a queue.But all the messages are coming and sitting in the queue. Can someone tell a possible reason for the triggring not working. The development team says thee is no problm with whe application mentioned in the process definition. This is windows environment.
Hema |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Apr 22, 2004 1:57 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
http://www.mqseries.net/phpBB2/viewtopic.php?t=12988
In addition, - Is there an initiation queue defined for the triggered queue?
- Is there a trigger monitor running?
- Is the initiation queue have an Open Input Process count greater than 0?
- Are you sharing initiation queues between applications?
But also ask your developers to show you how they know their application is working fine. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Hema30 |
Posted: Thu Apr 22, 2004 2:04 pm Post subject: hi |
|
|
Acolyte
Joined: 02 Aug 2003 Posts: 59
|
1)Yes there is a INIT queue defined.
2)How can i check trigger monitor on windows?How can i start?
3)how can i check Open Input Process count in windows??
4)No the queue is not being shared.
Thanks
Hema  |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Apr 22, 2004 4:40 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
No triggering occurs without a trigger monitor.
There are several ways to start a trigger monitor on Windows. Which one you use depends on your particular needs.
The easiest way to tell if the Open Input Count on the Init Queue is greater than 0 is to use Windows MQ Explorer, and look at the Open Input Count column. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
manojt |
Posted: Fri Apr 23, 2004 12:07 am Post subject: |
|
|
Newbie
Joined: 26 Sep 2003 Posts: 9
|
you can run trigger monitor with runmqtrm [-m QMgrName] [-q InitQ] command on WIN plateform.
Hope this will help you.
Manoj |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Apr 23, 2004 2:48 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
manojt wrote: |
you can run trigger monitor with runmqtrm [-m QMgrName] [-q InitQ] command on WIN plateform.
|
Yes, that is one of the ways on windows you can run a trigger monitor.
However, it runs a trigger monitor in the foreground, and as the currently-logged in user. And if the currently logged in user logs out, the trigger monitor ends.
So that needs to be kept in mind. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Hema30 |
Posted: Fri Apr 23, 2004 5:28 am Post subject: Thanks |
|
|
Acolyte
Joined: 02 Aug 2003 Posts: 59
|
Guys thanks a lot. As usual it was not a problem on MQ side. The application job which was to run the process was not running.Thats why the messages were not pickeed up from the queue.
Thank you all for your Help.
Hema |
|
Back to top |
|
 |
|