EXPIRY

The time after which messages at a destination expire.


Applicable Objects

Queue, Topic

JMS administration tool long name: EXPIRY

JMS administration tool short name: EXP


Programmatic access

Setters/getters

  • MQDestination.setExpiry()
  • MQDestination.getExpiry()


Values

    APP
    Expiry can be defined by the JMS application. This is the default value.

    UNLIM
    No expiry occurs.

    0
    No expiry occurs.

    Any positive integer representing expiry in milliseconds.