setIntProperty

 

public void setIntProperty(String name, int value) throws JMSException;

Sets an integer property value with the given name in the message.

Parameters

  • name - the name of the integer property.

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

Exceptions

  • MessageNotWriteableException - if properties are marked read-only

  • JMSException - with reasons

    • MQJMS_E_BAD_PROPERTY_NAME


uj26710_