Author |
Message
|
Gary Zhong |
Posted: Tue Aug 20, 2002 5:20 am Post subject: POLLINGINT |
|
|
Newbie
Joined: 15 Aug 2002 Posts: 7
|
In JMS Admin utility, I looked up the QCF and saw the property of POLLINGINT with a set value of 5000. Does anyone know this 5000 means? milliseconds? nanoseconds? Is there a way to change that? By the way I found the JMS Admin documentation is very poor. No mentioning of properties like version etc. |
|
Back to top |
|
 |
clindsey |
Posted: Tue Aug 20, 2002 5:33 pm Post subject: |
|
|
Knight
Joined: 12 Jul 2002 Posts: 586 Location: Dallas, Tx
|
The 5000 is milliseconds and is the default. You can override it
by specifying PINT(xxx) on the QCF definition. I got this from
the latest pdf for MA88.
Charlie |
|
Back to top |
|
 |
Gary Zhong |
Posted: Wed Aug 21, 2002 4:24 am Post subject: |
|
|
Newbie
Joined: 15 Aug 2002 Posts: 7
|
Thanks, clindsey.
Do you know that if I can change the version property? Do yo have a link to the newest pdf on MA88?
Thanks again. |
|
Back to top |
|
 |
clindsey |
Posted: Wed Aug 21, 2002 5:57 am Post subject: |
|
|
Knight
Joined: 12 Jul 2002 Posts: 586 Location: Dallas, Tx
|
|
Back to top |
|
 |
Gary Zhong |
Posted: Wed Aug 21, 2002 8:26 am Post subject: |
|
|
Newbie
Joined: 15 Aug 2002 Posts: 7
|
Thanks for the link. Yeah many properties looked to be unchangeable, like PINT. But isn't 5 seconds polling rate a bit too long for a busy receive and respond server using MQ JMS? If I have a JMSMessageListener, I'm expecting the onMessage method is called by JMS when the polling detects there is a message for the corresponding receiver. |
|
Back to top |
|
 |
clindsey |
Posted: Wed Aug 21, 2002 9:27 am Post subject: |
|
|
Knight
Joined: 12 Jul 2002 Posts: 586 Location: Dallas, Tx
|
You can change pollingint.
Give this a try:
Alter QCF(xxxxx) PINT(1000)
Charlie |
|
Back to top |
|
 |
|