Author |
Message
|
rajkast |
Posted: Tue May 17, 2005 6:28 pm Post subject: Trigger Monitor Question |
|
|
Newbie
Joined: 24 Mar 2005 Posts: 3
|
I have a question regarding trigger monitor.I have developed an application using VB.NET to read messages from MQ.I am able to configured the trigger in MQ using EVERY which triggers my application for the new message and working fine.My question is How to run the trigger monitor without opening in console ? I really need help on this immdiately.
Thanks in advance.
Raj |
|
Back to top |
|
 |
JT |
Posted: Tue May 17, 2005 7:31 pm Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
If your request is urgent, instead of waiting for a response, help yourself by using the search feature at the top of the page.
Search for 'Background' and 'Trigger'. |
|
Back to top |
|
 |
kevinf2349 |
Posted: Wed May 18, 2005 5:22 am Post subject: |
|
|
 Grand Master
Joined: 28 Feb 2003 Posts: 1311 Location: USA
|
You will have to write it as a wndows service if you want it to run 'unattended'. As long as you don't have a 'user conversation' with your application it should be pretty straightforward.
Hope this helps |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed May 18, 2005 5:25 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Hopefully you've done some searching already.
You don't have to write anything to be a windows service in order to get it to be a background task.
You can simply define a trigger monitor in the MQServices perspective.
Or if you are on a client, there is a support pack that will create a trigger monitor client service.
Or you can use Scheduled Tasks to start runmqtrm/runmqtrc as a background task.
But you SHOULD NOT USE TriggerType Every. And you should search to find out why. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
rajkast |
Posted: Fri May 20, 2005 11:04 am Post subject: Trigger Monitor |
|
|
Newbie
Joined: 24 Mar 2005 Posts: 3
|
Thank you ..Guys for your details.
My trigger monitor is working fine now. I added MUSR_MQADMIN to my local admin group.Everything started working.I was able to attach the process thr. WebSphere MQ Explorer itself without doing it in the console.
-Raj |
|
Back to top |
|
 |
|