setPollingInterval

 

public void setPollingInterval(int interval) throws JMSException;

Sets the interval between scans of all receivers during asynchronous message delivery.

Parameters

  • interval - the interval in milliseconds.

Exceptions

  • JMSException -


uj28590_