getMessageRetention

 

public int getMessageRetention() throws JMSException;

Indicates what happens to unwanted messages.

Returns

  • possible values are:

    • JMSC.MQJMS_MRET_YES

    • JMSC.MQJMS_MRET_NO

Exceptions

  • JMSException - if an internal error occurs.


uj27880_