setCloneSupport

 

public void setCloneSupport(int type) throws JMSException;

Selects whether cloning is supported.

Parameters

  • type - supported values are:

    • JMSC.MQJMS_CLONE_ENABLED

    • JMSC.MQJMS_CLONE_DISABLED

Exceptions

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


uj28420_