setDoubleProperty

 

public void setDoubleProperty(String name, double value) 
              throws JMSException;

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

Parameters

  • name - the name of the double property.

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

Exceptions

  • MessageNotWriteableException - if properties are marked read-only

  • JMSException - with reasons

    • MQJMS_E_BAD_PROPERTY_NAME


uj26690_