setLongProperty

 

public void setLongProperty(String name, long value) throws JMSException;

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

Parameters

  • name - the name of the long property.

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

Exceptions

  • MessageNotWriteableException - if properties are marked read-only

  • JMSException - with reason MQJMS_E_BAD_PROPERTY_NAME


uj26830_