Author |
Message
|
jarun111 |
Posted: Wed May 04, 2005 1:03 pm Post subject: POLLINGINTERVAL property in QCF does not work |
|
|
Acolyte
Joined: 19 Apr 2004 Posts: 70
|
Hi,
I am making use of onMessage call to receive messages. I thought of reducing polling interval used for onMessage call, which by default was 5000ms, so that I can reduce the time taken to receive messages. So I used setPollingInterval method in QueueConnectionFactory to 1000ms. But it never seem to take effect. I increased the value to 60000ms just to figure out what was going. But I dont see any change in the performance. Does anybody have seen similar issue? Do let me know.
Thanks
Arun |
|
Back to top |
|
 |
EddieA |
Posted: Wed May 04, 2005 3:37 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
I seem to remember someone else reporting, a while ago, that the Interval didn't change. Try using the Search function.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed May 04, 2005 5:36 pm Post subject: Re: POLLINGINTERVAL property in QCF does not work |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
jarun111 wrote: |
Hi,
I am making use of onMessage call to receive messages. I thought of reducing polling interval used for onMessage call, which by default was 5000ms, so that I can reduce the time taken to receive messages. So I used setPollingInterval method in QueueConnectionFactory to 1000ms. But it never seem to take effect. I increased the value to 60000ms just to figure out what was going. But I dont see any change in the performance. Does anybody have seen similar issue? Do let me know.
Thanks
Arun |
What is your performance problem ? Are you by any chance using a selector?
Enjoy  |
|
Back to top |
|
 |
malammik |
Posted: Wed May 04, 2005 6:29 pm Post subject: |
|
|
 Partisan
Joined: 27 Jan 2005 Posts: 397 Location: Philadelphia, PA
|
|
Back to top |
|
 |
jarun111 |
Posted: Thu May 05, 2005 5:36 am Post subject: |
|
|
Acolyte
Joined: 19 Apr 2004 Posts: 70
|
Hi,
This is a stand alone application running in a JVM. We are dealing with high volume message flow and hence the requirement. I read in one of the MQ Series post that, setting polling interval value more than 5000ms does not work. Any body have tested this? I tried reducing the frequency to 2000ms but I still se the same performance number.
Thanks
Arun |
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu May 05, 2005 5:35 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
|
Back to top |
|
 |
|