PERSISTENCE

The persistence of messages sent to a destination.

Applicable Objects

Queue, Topic

JMS administration tool long name: PERSISTENCE

JMS administration tool short name: PER

Programmatic access

Setters/getters

  • MQDestination.setPersistence()
  • MQDestination.getPersistence()

Values

APP
Persistence is defined by the JMS application. This is the default value.
QDEF
Persistence takes the value of the queue default.
PERS
Messages are persistent.
NON
Messages are nonpersistent.
HIGH
See JMS persistent messages for further information on the use of this value.