set

 

public void set(int[] selectors, int[] intAttrs, byte[] charAttrs) 
              throws MQException;

Sets requested attributes of the object.

Note that many of the more common attribute values can be set using the setXXX() methods defined in MQQueue .

Parameters

  • selectors - indicates which attributes are being set. Suitable selectors for character attributes are shown in MQC.MQCA_*. Suitable selectors for integer attributes are shown in MQC.MQIA_*.

  • intAttrs - the requested attribute values in the same order as in selectors.

  • charAttrs - the requested character attributes, concatenated together and in the same order as in selectors.

Exceptions

  • MQException - if the inquire fails.


uj13310_