setRescanInterval

 

public void setRescanInterval(int interval) throws JMSException;

Sets the interval between browsing a queue. The scan looks for messages that were not returned by the previous scan.

Parameters

  • interval - the interval in milliseconds.


uj28690_