Application Programming Interface Guide > Built-in Procedures > Procedures Reference > SetMessageProperties
 
SetMessageProperties
Set JMS headers or properties for the subsequent JMS messages to be sent using SendTextMessage.
Ordinarily this procedure is preferable to SetMessageProperty, which sets many property values as strings.
Note: You can use this procedure to set header values like JMSExpiration, but the values are overwritten by the producer using its own defaults. TDV cannot control this messaging library behavior.
Locations
/lib/jms/
/lib/util/
Input
properties: A ROW type where the type name corresponds to the property name. If the name matches a standard JMS header, a JMS header is created.
Outputs
N/A
Exceptions
N/A