Application Programming Interface Guide > Built-in Procedures > Procedures Reference > SetMessageProperty
 
SetMessageProperty
Set a JMS header or property for the subsequent JMS messages to be sent using SendTextMessage.
Note: To make sure properties you set have correct data types, it is better to use SetMessageProperties.
Locations
/lib/jms/
/lib/util/
Inputs
name: Property name. If the name corresponds to a standard JMS header, a JMS header is created.
value: Property value as string. If the value is NULL, the named property is cleared.
Outputs
N/A
Exceptions
N/A