setByteProperty

 

public void setByteProperty(String name, byte value) throws JMSException;

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

Parameters

  • name - the name of the byte property.

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

Exceptions

  • MessageNotWriteableException - if properties are marked read-only

  • JMSException - with reasons

    • MQJMS_E_BAD_PROPERTY_NAME


uj26680_