setShortProperty

 

public void setShortProperty(String name, short value) 
              throws JMSException;

Sets a short property value with the given name in the message.

Parameters

  • name - the name of the short property.

  • value - the short property value to set in the Message.

Exceptions

  • MessageNotWriteableException - if properties are marked read-only

  • JMSException - with reason MQJMS_E_BAD_PROPERTY_NAME


uj26850_