setMQConnectionOptions

 

public void setMQConnectionOptions(int cTagOpt) throws JMSException;

Sets the connection options for a queue manager. This method checks that the options are valid for JMS.

Parameters

  • cTagOpt - an int representing the connection options. Only one of the four options relating to connection tags and any of the four options relating to binding type can be set. The only default option set is JMSC.MQCNO_STANDARD_BINDING.

Exceptions

  • JMSException - if an option or a combination of set options is invalid.


uj28530_