setCleanupLevel

 

public void setCleanupLevel(int level) throws JMSException;

Sets the clean up level.

Parameters

  • level - permitted levels are:

    • JMSC.MQJMS_CLEANUP_AS_PROPERTY

    • JMSC.MQJMS_CLEANUP_NONE

    • JMSC.MQJMS_CLEANUP_SAFE

    • JMSC.MQJMS_CLEANUP_STRONG

    • JMSC.MQJMS_CLEANUP_NONDUR

    • JMSC.MQJMS_CLEANUP_FORCE

Exceptions

  • JMSException - if level is not as listed above.


uj28390_