setSubscriptionStore

 

public void setSubscriptionStore(int flag) throws JMSException;

Sets the SUBSTORE property.

Parameters

  • flag - an integer which represents a valid values of the SUBSTORE property:

    • JMSC.MQJMS_SUBSTORE_QUEUE

    • JMSC.MQJMS_SUBSTORE_BROKER

    • JMSC.MQJMS_SUBSTORE_MIGRATE

Exceptions

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


uj28830_