getSubscriptionStore

 

public int getSubscriptionStore() throws JMSException;

Gets the SUBSTORE property.

Returns

  • 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 an internal error occurs.


uj28210_