setPersistence
public void setPersistence(int persistence) throws JMSException;
Overrides the persistence of all messages sent to this destination.
- Parameters
- persistence - the value of persistence. See MQMD.persistence
- Exceptions
- JMSException - if persistence is invalid.
uj29220_