setCleanupInterval

 

public void setCleanupInterval(long interval) throws JMSException;

Sets the clean up interval.

Parameters

  • interval - the clean up interval (milliseconds).

Exceptions

  • JMSException - if interval is either null or too long.


uj28380_