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