DataSetMessage
- Last Updated: October 22, 2024
- 1 minute read
- OpenEdge
- Version 12.2
OpenEdge applications use ProDataSets for data. The
new DataSetMessage supports using ProDataSets for
JMS messaging. The XMLMessage is the basis for
the DataSetMessage. The OpenEdge Adapter for SonicMQ converts
the ProDataSet to/from XML and uses the XMLMessage to
send/receive ProDataSets. A non-OpenEdge application receives
a DataSetMessage as an XMLMessage.
The JMS header property signals an OpenEdge application that the
incoming message is a DataSetMessage.
For an alphabetical API reference, see ABL-JMS API Reference.
dsmsg_send.p
The following example shows sending a DataSetMessage.
|
dsmsg_recv.p
The following example shows receiving a DataSetMessage.
|