setAttributeString

 

public final void setAttributeString(int aSelector, String aValue, 
                                     int length) throws MQException;

Sets an attribute string.

Parameters

  • aSelector - integer which indicates which attribute is being set. Suitable selectors for character attributes are shown in MQC.MQCA_*. Please refer to WebSphere MQ Application Programming Reference for further details.

  • aValue - the value of the attribute.

  • length - the number of characters of aValue to set.

Exceptions

  • MQException - if the call fails.


uj13320_