setCleanupInterval

 

public void setCleanupInterval(long interval) throws JMSException;

Sets the cleanup interval.

Parameters

  • interval - the cleanup interval in milliseconds.

Exceptions

  • JMSException - if interval is either null or invalid.


uj27410_