Author |
Message
|
dyevin |
Posted: Mon Jun 06, 2005 7:53 am Post subject: MQGET waitinterval with client trigger monitor runmqtmc |
|
|
Novice
Joined: 27 May 2003 Posts: 11 Location: Phoenix, Arizona
|
I'm setting up a triggering environment between a 5.3.1 server on z/OS and an AIX client. It appears that the runmqtmc is doing a MQGET against SYSTEM.DEFAULT.INITIATION.QUEUE with a waitinterval of 30 seconds. Is there a way to change this interval (in my case, increase it)? If so, what parm drives this? I have searched the forums and IBM doc and cannot seem to find a way.
Thanks for any suggestions.
Don Yevin |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Jun 06, 2005 8:01 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Use a different trigger monitor.
And please don't use SYSTEM.DEFAULT.INITIATION.QUEUE. Use a new INIT queue dedicated, at a minimum, to the client machine in question (my preference is one initq per logical application group). _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
wschutz |
Posted: Mon Jun 06, 2005 8:08 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
**sorry**, I should have read more closely...I see the client isAIX.
look at amqstrg0.c for a sample you can change .... -w |
|
Back to top |
|
 |
dyevin |
Posted: Mon Jun 06, 2005 8:15 am Post subject: |
|
|
Novice
Joined: 27 May 2003 Posts: 11 Location: Phoenix, Arizona
|
Thanks for the advice, pointer, and quick response!
Don Yevin |
|
Back to top |
|
 |
EddieA |
Posted: Mon Jun 06, 2005 8:32 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Quote: |
look at amqstrg0.c for a sample |
But that and runmqtm(c) are different animals. The sample code is very simplistic, just to demonstrate how this works. The supplied program is more robust.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
Nigelg |
Posted: Tue Jun 07, 2005 1:16 am Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
Why do you want to change the wait interval?
The trigger monitor client waits for a msg for 30 seconds, exits the MQGET, and then goes back in. What is wrong with that? |
|
Back to top |
|
 |
|