TempTableMessage
- Last Updated: January 26, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
OpenEdge applications use temp-tables for data. The
new TempTableMessage supports using temp-tables
for JMS messaging. The XMLMessage is the basis
for the TempTableMessage. A non-OpenEdge application receives
a TempTableMessage as an XMLMessage.
The JMS header property signals an OpenEdge application that the
incoming message is a TempTableMessage.
For more information on accessing the examples files, see OpenEdge messages.
For an alphabetical API reference, see ABL-JMS API Reference.
ttmgs_send.p
The following example shows sending a TempTableMessage.
|
ttmsg_recv.p
The following example shows
receiving a TempTableMessage.
|