setMessageSelection

 

public void setMessageSelection(int selection) throws JMSException;

Sets whether the client or the broker performs message selection.

Parameters

  • selection - possible values are:

    • JMSC.MQJMS_MSEL_CLIENT

    • JMSC.MQJMS_MSEL_BROKER

Exceptions

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


uj28520_