CLEANUP

Cleanup Level for BROKER or MIGRATE Subscription Stores.


Applicable Objects

ConnectionFactory, TopicConnectionFactory, XAConnectionFactory, XATopicConnectionFactory

JMS administration tool long name: CLEANUP

JMS administration tool short name: CL


Programmatic access

Setters/getters

  • MQConnectionFactory.setCleanupLevel()
  • MQConnectionFactory.getCleanupLevel()


Values

    SAFE
    Use safe cleanup. This is the default value.

    ASPROP
    Use safe, strong, or no cleanup according to a property set on the Java command line.

    NONE
    Use no cleanup.

    STRONG
    Use strong cleanup.

Parent topic: Properties of IBM MQ classes for JMS objects