setFloatProperty

 

public void setFloatProperty(String name, float value) 
              throws JMSException;

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

Parameters

  • name - the name of the float property.

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

Exceptions

  • MessageNotWriteableException - if properties are marked read-only

  • JMSException - with reasons

    • MQJMS_E_BAD_PROPERTY_NAME


uj26700_