MQPER_PERSISTENT

 

public final static int

The message survives system failures and restarts of the queue manager. Once the message has been put, and the unit of work in which it was put has been committed (if the message is put as part of a unit of work), the message is preserved on auxiliary storage. It remains there until the message is removed from the queue, and the unit of work of which it was part has been committed (if the message is retrieved as part of a unit of work).


uj19950_