setFailIfQuiesce

 

public void setFailIfQuiesce(int fiq) throws JMSException;

Sets the behavior of applications accessing a quiescing queue manager with this destination.

Parameters

  • fiq - possible values are:

    • JMSC.MQJMS_FIQ_YES - default

    • JMSC.MQJMS_FIQ_NO

Exceptions

  • JMSException - if fiq is not one of the above.


uj29210_