POLLINGINT
If each message listener within a session has no suitable message on its queue, this is the maximum interval, in milliseconds, that elapses before each message listener tries again to get a message from its queue. If it frequently happens that no suitable message is available for any of the message listeners in a session, consider increasing the value of this property. This property is relevant only if TRANSPORT has the value BIND or CLIENT.
Applicable Objects
ConnectionFactory, QueueConnectionFactory, TopicConnectionFactory, XAConnectionFactory, XAQueueConnectionFactory, XATopicConnectionFactory
JMS administration tool long name: POLLINGINT
JMS administration tool short name: PINT
Programmatic access
Setters/getters
- MQConnectionFactory.setPollingInterval()
- MQConnectionFactory.getPollingInterval()
Values
- 5000
- This is the default value.
- Any positive integer
Parent topic: Properties of IBM MQ classes for JMS objects