JMS Procedures
The JMS procedures are found in the resource tree under /lib/jms. They are:
| • | ClearMessageProperties, page 271, which clears all JMS headers and properties that were set using SetMessageProperties, page 326. |
| • | SendMapMessage, page 319, which sends a JMS map message based on a ROW type variable. |
| • | SendTextMessage, page 321, which sends a JMS text message. |
| • | SetMessageProperties, page 326, which sets JMS headers or properties for the subsequent JMS messages to be sent using SendTextMessage, page 321. |
| • | SetMessageProperty, page 327, which sets a JMS header or property for the subsequent JMS messages to be sent using SendTextMessage, page 321. |