Author |
Message
|
mqjeff |
Posted: Mon Dec 12, 2011 6:21 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
sijtom0703 wrote: |
I am using start while configuring Trigger monitor in windows. |
That only ensures that your trigger monitor runs in a separate process.
The trigger monitor itself may or may not still be waiting for your triggered application to complete, depending on whether your PROCESS definition includes the start command as well. |
|
Back to top |
|
 |
sijtom0703 |
Posted: Tue Dec 13, 2011 11:03 pm Post subject: |
|
|
 Voyager
Joined: 28 May 2011 Posts: 84 Location: USA
|
Extremely sorry for late reply!!
Here is my Process Definition
Code: |
display process('Abc')
9 : display process('Abc')
AMQ8407: Display Process details.
PROCESS(Abc) APPLTYPE(WINDOWSNT)
APPLICID(Start D:\Home\Process\Abc.exe)
ENVRDATA( ) USERDATA( )
DESCR(NT SERVER) ALTDATE(2011-04-03)
ALTTIME(00.59.25) |
|
|
Back to top |
|
 |
bruce2359 |
Posted: Wed Dec 14, 2011 5:22 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9475 Location: US: west coast, almost. Otherwise, enroute.
|
sijtom0703 wrote: |
PROCESS(Abc) APPLTYPE(WINDOWSNT)
APPLICID(Start D:\Home\Process\Abc.exe)
|
Now, examine the source code for Abc.exe, or find the architect that wrote it.
What does Abc.exe do? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
sijtom0703 |
Posted: Fri Dec 16, 2011 12:31 am Post subject: |
|
|
 Voyager
Joined: 28 May 2011 Posts: 84 Location: USA
|
Thanks Bruce!
There is a disconnect and I am still trying to understand from App Team on how the Application works!
Is there any specific things I need to look for in the Application code! |
|
Back to top |
|
 |
bruce2359 |
Posted: Fri Dec 16, 2011 6:23 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9475 Location: US: west coast, almost. Otherwise, enroute.
|
sijtom0703 wrote: |
Is there any specific things I need to look for in the Application code! |
Are you a programmer? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Dec 16, 2011 9:57 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20763 Location: LI,NY
|
The other thing you need to be aware of, is how a trigger first will behave in case of DB disconnect.
You may also want to have a look at the value for trigint on the qmgr.
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
sijtom0703 |
Posted: Mon Dec 19, 2011 10:01 am Post subject: |
|
|
 Voyager
Joined: 28 May 2011 Posts: 84 Location: USA
|
I do MQ Administration part and have no access to Application code.
But i have done J2EE Programming before  |
|
Back to top |
|
 |
bruce2359 |
Posted: Mon Dec 19, 2011 11:51 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9475 Location: US: west coast, almost. Otherwise, enroute.
|
sijtom0703 wrote: |
Is there any specific things I need to look for in the Application code! |
Yes, exactly what is it attempting to do? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
|