setTargetClient

 

public void setTargetClient(int targetClient) throws JMSException;

Sets a flag indicating whether the remote application supports JMS.

Parameters

  • targetClient - the value of the flag. Possible values are:

    • JMSC.MQJMS_CLIENT_JMS_COMPLIANT

    • JMSC.MQJMS_CLIENT_NONJMS_MQ

Exceptions

  • JMSException - if the value is invalid


uj29250_