cancel
Showing results for 
Search instead for 
Did you mean: 

JMS Poll interval

0 Kudos

hi folks,

is there a jms specialist out there? we need to know whic hparameter in the jms service is responsible for the poll interval (jms sender adapter)

we tried destroywaitmax (default 5 s?)

but this did not succeed:-(

background: we want to reduce the traffic on our MQservers caused by the polling of xi

thanks in advance

jo

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

sorry..forgotten the points;-)

0 Kudos

problem solved

subrai
Explorer
0 Kudos

We are also in need to schudule JMS adapter to poll after certain interval.

Can any body please tell me where to use JMS.QueueConnectionFactoryImpl.method.setPollingInterval.

in the Communication channel??

Former Member
0 Kudos

Hi,

In MQ server you will the pool intervel change. When ever you are creating QueueMangers please look that option. If you configure MQ QM and Queues in Websphere or Weblogic you will get the option When you are configuring Queues and QueueMangers you will find the this option.

Thanks,

RamuV

Former Member
0 Kudos

Hi Ramu,

I don't think that there is a parameter on server side. Never asked for such a setting when creating queues etc.?

It woould not make sense to define such a paramter on the server side. The setting should be on XI side but where I cannot say...maybe some XI-jms gurus;-)

bye

jo

0 Kudos

Hi Ramu,

you are right..partly;-) Indeed, there is a parameter called JMS.QueueConnectionFactoryImpl.method.setPollingInterval which is not asked for by default. You can set this and the time in milliseconds.

Anyway...very helpful answer;-)

bye

jo