getMessageSelection

 

public int getMessageSelection() throws JMSException;

Indicates whether the client or the broker performs message selection.

Returns

  • possible values are:

    • JMSC.MQJMS_MSEL_CLIENT

    • JMSC.MQJMS_MSEL_BROKER

Exceptions

  • JMSException - if an internal error occurs.


uj27890_