MQJMS_CLEANUP_SAFE

 

public final static int

This parameter can be passed to MQConnectionFactory.setCleanupLevel(int) to use safe cleanup. The cleanup thread tries to remove unconsumed subscription messages or temporary queues for failed subscriptions. This mode of cleanup does not interfere with the operation of other JMS applications.


uj31460_