MQJMS_CLEANUP_AS_PROPERTY
public final static int
This parameter can be passed to MQConnectionFactory.setCleanupLevel(int) to indicate that the style of cleanup to use is determined by the system property com.ibm.mq.jms.cleanup, which is queried at JVM startup. This property can be set on the Java™ command line using the -D option, to NONE, SAFE, or STRONG. Any other value will cause an exception to be thrown. If not set, the property defaults to SAFE. This allows easy JVM-wide changes to the cleanup level without updating every TopicConnectionFactory used by the system.
uj31420_