setBooleanProperty
public void setBooleanProperty(String name, boolean value) throws JMSException;
Sets a boolean property value with the given name in the message.
- Parameters
- name - the name of the boolean property.
- value - the boolean property value to set in the Message.
- Exceptions
- MessageNotWriteableException - if properties are marked read-only
- JMSException - with reasons
- MQJMS_E_BAD_PROPERTY_NAME
uj26670_